Searched refs:getNextStartedService (Results 1 – 7 of 7) sorted by relevance
57 public Intent getNextStartedService() { in getNextStartedService() method in ShadowContextWrapper58 return getShadowInstrumentation().getNextStartedService(); in getNextStartedService()
557 Intent getNextStartedService() {
171 assertThat(shadowOf(context).getNextStartedService().getComponent().getClassName()) in startConnecting_profileConnectorWithCustomServiceClass()
155 assertThat(shadowOf(context).getNextStartedService().getComponent().getClassName()) in startIntentSender_serviceIntent()
47 assertThat(ShadowApplication.getInstance().getNextStartedService()).isEqualTo(intent); in startForegroundService()
429 assertNull(shadowOf(context).getNextStartedService()); in shouldClearStartedServiceIntents()
552 .getNextStartedService() in bindServiceDelegatesToShadowApplication()