Home
last modified time | relevance | path

Searched refs:startForegroundService (Results 1 – 10 of 10) 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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/offline/
DDownloadService.java567 Util.startForegroundService(context, intent); in startForeground()
850 Util.startForegroundService(context, intent); in startService()
1018 Util.startForegroundService(context, intent); in restartService()
/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/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/scheduler/
DPlatformScheduler.java137 Util.startForegroundService(this, intent); in onStartJob()
/external/exoplayer/tree/extensions/jobdispatcher/src/main/java/com/google/android/exoplayer2/ext/jobdispatcher/
DJobDispatcherScheduler.java156 Util.startForegroundService(this, intent); in onStartJob()
/external/exoplayer/tree/extensions/workmanager/src/main/java/com/google/android/exoplayer2/ext/workmanager/
DWorkManagerScheduler.java153 Util.startForegroundService(context, intent); in doWork()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java277 protected ComponentName startForegroundService(Intent service) { in startForegroundService() method in ShadowContextImpl
DShadowPendingIntent.java188 context.startForegroundService(intentToSend); in send()
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/util/
DUtil.java169 public static ComponentName startForegroundService(Context context, Intent intent) { in startForegroundService() method in Util
171 return context.startForegroundService(intent); in startForegroundService()
/external/exoplayer/tree/
DRELEASENOTES.md214 `Context.startForegroundService()` not calling `Service.startForeground()`