Searched refs:startForegroundService (Results 1 – 14 of 14) sorted by relevance
72 mContext.startForegroundService(intent); in sendUpdateNotificationIntent()
98 startForegroundService( in onActivityResult()
674 receiver = ICmdReceiver.Stub.asInterface(startForegroundService()); in doSomeWork()753 private IBinder startForegroundService() throws Exception { in startForegroundService() method in BstatsCpuTimesValidationTest768 sContext.startForegroundService(launchIntent); in startForegroundService()
285 startForegroundService(mStartSelfIntent); in onPlaybackActiveChanged()
236 if (mContext.startForegroundService(intent) == null) { in processMessage()
706 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextWrapper707 return mBase.startForegroundService(service); in startForegroundService()
3004 public abstract ComponentName startForegroundService(Intent service); in startForegroundService() method in Context
570 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in MockContext
130 method public android.content.ComponentName startForegroundService(android.content.Intent);
1857 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in BridgeContext
1624 public ComponentName startForegroundService(Intent service) { in startForegroundService() method in ContextImpl
1269 HSPLandroid/app/ContextImpl;->startForegroundService(Landroid/content/Intent;)Landroid/content/Comp…3631 HSPLandroid/content/ContextWrapper;->startForegroundService(Landroid/content/Intent;)Landroid/conte…
9790 …method @Nullable public abstract android.content.ComponentName startForegroundService(android.cont…9995 method public android.content.ComponentName startForegroundService(android.content.Intent);