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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java 67 public Intent peekNextStartedService() {
68 return getShadowInstrumentation().peekNextStartedService();
ShadowInstrumentation.java 566 Intent peekNextStartedService() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowApplicationTest.java 286 assertThat(shadowApplication.peekNextStartedService()).isNull();

Completed in 60 milliseconds