HomeSort by relevance Sort by last modified time
    Searched refs:getNextStoppedService (Results 1 - 3 of 3) sorted by null

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java 84 public Intent getNextStoppedService() {
85 return getShadowInstrumentation().getNextStoppedService();
ShadowInstrumentation.java 583 Intent getNextStoppedService() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowApplicationTest.java 374 assertThat(shadowApplication.getNextStoppedService()).isEqualTo(intent);
396 assertThat(shadowApplication.getNextStoppedService()).isEqualTo(intent);
417 final Intent nextStoppedService = shadowApplication.getNextStoppedService();

Completed in 122 milliseconds