Home
last modified time | relevance | path

Searched refs:startForegroundService (Results 1 – 4 of 4) sorted by relevance

/external/perfetto/test/cts/producer/src/android/perfetto/producer/
DProducerActivity.java49 startForegroundService(new Intent(ProducerActivity.this, ProducerService.class)); in onResume()
50 startForegroundService(new Intent(ProducerActivity.this, ProducerIsolatedService.class)); in onResume()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextTest.java44 public void startForegroundService() { in startForegroundService() method in ShadowContextTest
46 context.startForegroundService(intent); in startForegroundService()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java230 protected ComponentName startForegroundService(Intent service) { in startForegroundService() method in ShadowContextImpl
DShadowPendingIntent.java188 context.startForegroundService(intentToSend); in send()