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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContextWrapper.java 57 public Intent getNextStartedService() {
58 return getShadowInstrumentation().getNextStartedService();
ShadowInstrumentation.java 552 Intent getNextStartedService() {
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowContextImplTest.java 154 assertThat(shadowOf(context).getNextStartedService().getComponent().getClassName())
ShadowContextTest.java 47 assertThat(ShadowApplication.getInstance().getNextStartedService()).isEqualTo(intent);
ShadowApplicationTest.java 429 assertNull(shadowOf(context).getNextStartedService());
ShadowContextWrapperTest.java 461 .getNextStartedService()

Completed in 70 milliseconds