Home
last modified time | relevance | path

Searched refs:getNextStartedService (Results 1 – 6 of 6) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContextWrapper.java57 public Intent getNextStartedService() { in getNextStartedService() method in ShadowContextWrapper
58 return getShadowInstrumentation().getNextStartedService(); in getNextStartedService()
DShadowInstrumentation.java552 Intent getNextStartedService() {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java154 assertThat(shadowOf(context).getNextStartedService().getComponent().getClassName()) in startIntentSender_serviceIntent()
DShadowContextTest.java47 assertThat(ShadowApplication.getInstance().getNextStartedService()).isEqualTo(intent); in startForegroundService()
DShadowContextWrapperTest.java461 .getNextStartedService() in bindServiceDelegatesToShadowApplication()
DShadowApplicationTest.java429 assertNull(shadowOf(context).getNextStartedService()); in shouldClearStartedServiceIntents()