Searched refs:startForegroundService (Results 1 – 10 of 10) sorted by relevance
49 startForegroundService(new Intent(ProducerActivity.this, ProducerService.class)); in onResume()50 startForegroundService(new Intent(ProducerActivity.this, ProducerIsolatedService.class)); in onResume()
567 Util.startForegroundService(context, intent); in startForeground()850 Util.startForegroundService(context, intent); in startService()1018 Util.startForegroundService(context, intent); in restartService()
44 public void startForegroundService() { in startForegroundService() method in ShadowContextTest46 context.startForegroundService(intent); in startForegroundService()
137 Util.startForegroundService(this, intent); in onStartJob()
156 Util.startForegroundService(this, intent); in onStartJob()
153 Util.startForegroundService(context, intent); in doWork()
277 protected ComponentName startForegroundService(Intent service) { in startForegroundService() method in ShadowContextImpl
188 context.startForegroundService(intentToSend); in send()
169 public static ComponentName startForegroundService(Context context, Intent intent) { in startForegroundService() method in Util171 return context.startForegroundService(intent); in startForegroundService()
214 `Context.startForegroundService()` not calling `Service.startForeground()`