Searched refs:EXTRA_SERVICE (Results 1 – 4 of 4) sorted by relevance
74 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testErrorRetrievingTile_nullBinding()86 intent.putExtra(TileService.EXTRA_SERVICE, mIQSService); in testNullTile_doesntSendStartSuccessful()100 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()
145 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder()); in TileLifecycleManager()
49566 Landroid/service/quicksettings/TileService;->EXTRA_SERVICE:Ljava/lang/String;