Home
last modified time | relevance | path

Searched refs:stopServiceIntent (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java412 Intent stopServiceIntent = new Intent().setComponent(startedComponent); in shouldHaveStoppedServiceByStartedComponent() local
413 stopServiceIntent.putExtra("someExtra", "someValue"); in shouldHaveStoppedServiceByStartedComponent()
414 boolean wasRunning = activity.stopService(stopServiceIntent); in shouldHaveStoppedServiceByStartedComponent()