Searched refs:startedComponent (Results 1 – 1 of 1) sorted by relevance
408 ComponentName startedComponent = activity.startService(startServiceIntent); in shouldHaveStoppedServiceByStartedComponent() local409 assertThat(startedComponent.getPackageName()).isEqualTo("package.test"); in shouldHaveStoppedServiceByStartedComponent()410 assertThat(startedComponent.getClassName()).isEqualTo("package.test.TestClass"); in shouldHaveStoppedServiceByStartedComponent()412 Intent stopServiceIntent = new Intent().setComponent(startedComponent); in shouldHaveStoppedServiceByStartedComponent()