Home
last modified time | relevance | path

Searched defs:startForegroundService (Results 1 – 3 of 3) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextTest.java44 public void startForegroundService() { in startForegroundService() method in ShadowContextTest
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextImpl.java277 protected ComponentName startForegroundService(Intent service) { in startForegroundService() method in ShadowContextImpl
/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