Home
last modified time | relevance | path

Searched refs:getNextStartedService (Results 1 – 7 of 7) 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.java557 Intent getNextStartedService() {
/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/
DProfileConnectorTest.java171 assertThat(shadowOf(context).getNextStartedService().getComponent().getClassName()) in startConnecting_profileConnectorWithCustomServiceClass()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowContextImplTest.java155 assertThat(shadowOf(context).getNextStartedService().getComponent().getClassName()) in startIntentSender_serviceIntent()
DShadowContextTest.java47 assertThat(ShadowApplication.getInstance().getNextStartedService()).isEqualTo(intent); in startForegroundService()
DShadowApplicationTest.java429 assertNull(shadowOf(context).getNextStartedService()); in shouldClearStartedServiceIntents()
DShadowContextWrapperTest.java552 .getNextStartedService() in bindServiceDelegatesToShadowApplication()