Searched refs:EXTRA_SERVICE (Results 1 – 5 of 5) 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()
154 public static final String EXTRA_SERVICE = "service"; field in TileService366 mService = IQSService.Stub.asInterface(intent.getIBinderExtra(EXTRA_SERVICE)); in onBind()
116 mIntent.putExtra(TileService.EXTRA_SERVICE, service.asBinder()); in TileLifecycleManager()
61 private static final String EXTRA_SERVICE = "service"; field in BinaryTransparencyService
50209 Landroid/service/quicksettings/TileService;->EXTRA_SERVICE:Ljava/lang/String;