Home
last modified time | relevance | path

Searched refs:isForegroundStopped (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java88 public boolean isForegroundStopped() { in isForegroundStopped() method in ShadowService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java86 assertThat(shadowOf(service).isForegroundStopped()).isTrue(); in stopForeground()