Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java124 assertThat(shadowOf(service).isStoppedBySelf()).isTrue(); in shouldStopSelf()
130 assertThat(shadowOf(service).isStoppedBySelf()).isTrue(); in shouldStopSelfWithId()
137 assertThat(shadowOf(service).isStoppedBySelf()).isTrue(); in shouldStopSelfResultWithId()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java84 public boolean isStoppedBySelf() { in isStoppedBySelf() method in ShadowService