Searched refs:EXTRA_SERVICE (Results 1 – 4 of 4) sorted by relevance
70 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testErrorRetrievingTile_nullBinding()81 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testNullTile_doesntSendStartSuccessful()94 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testBindSuccessful()
160 public static final String EXTRA_SERVICE = "service"; field in TileService393 mService = IQSService.Stub.asInterface(intent.getIBinderExtra(EXTRA_SERVICE)); in onBind()
123 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder()); in TileLifecycleManager()
50209 Landroid/service/quicksettings/TileService;->EXTRA_SERVICE:Ljava/lang/String;