Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowApplicationTest.java406 Intent startServiceIntent = new Intent().setComponent(componentName); in shouldHaveStoppedServiceByStartedComponent() local
408 ComponentName startedComponent = activity.startService(startServiceIntent); in shouldHaveStoppedServiceByStartedComponent()
418 assertThat(nextStoppedService.filterEquals(startServiceIntent)).isTrue(); in shouldHaveStoppedServiceByStartedComponent()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DAndroidFacade.java754 public void startServiceIntent( in startServiceIntent() method in AndroidFacade