Searched refs:stopServiceIntent (Results 1 – 1 of 1) sorted by relevance
412 Intent stopServiceIntent = new Intent().setComponent(startedComponent); in shouldHaveStoppedServiceByStartedComponent() local413 stopServiceIntent.putExtra("someExtra", "someValue"); in shouldHaveStoppedServiceByStartedComponent()414 boolean wasRunning = activity.stopService(stopServiceIntent); in shouldHaveStoppedServiceByStartedComponent()