Home
last modified time | relevance | path

Searched defs:startForegroundService (Results 1 – 2 of 2) 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.java230 protected ComponentName startForegroundService(Intent service) { in startForegroundService() method in ShadowContextImpl