Searched refs:startServiceIntent (Results 1 – 2 of 2) sorted by relevance
406 Intent startServiceIntent = new Intent().setComponent(componentName); in shouldHaveStoppedServiceByStartedComponent() local408 ComponentName startedComponent = activity.startService(startServiceIntent); in shouldHaveStoppedServiceByStartedComponent()418 assertThat(nextStoppedService.filterEquals(startServiceIntent)).isTrue(); in shouldHaveStoppedServiceByStartedComponent()
754 public void startServiceIntent( in startServiceIntent() method in AndroidFacade