Searched refs:startForegroundService (Results 1 – 4 of 4) sorted by relevance
49 startForegroundService(new Intent(ProducerActivity.this, ProducerService.class)); in onResume()50 startForegroundService(new Intent(ProducerActivity.this, ProducerIsolatedService.class)); in onResume()
44 public void startForegroundService() { in startForegroundService() method in ShadowContextTest46 context.startForegroundService(intent); in startForegroundService()
230 protected ComponentName startForegroundService(Intent service) { in startForegroundService() method in ShadowContextImpl
188 context.startForegroundService(intentToSend); in send()