Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowService.java31 protected void stopSelf() { in stopSelf() method in ShadowService
36 protected void stopSelf(int id) { in stopSelf() method in ShadowService
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowServiceTest.java123 service.stopSelf(); in shouldStopSelf()
129 service.stopSelf(1); in shouldStopSelfWithId()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/android/controller/
DIntentServiceController.java74 get().stopSelf(startId); in startCommand()
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
DScriptingLayerService.java175 stopSelf(startId); in startAction()
179 stopSelf(startId); in startAction()
DTriggerService.java164 stopSelf(); in onRemove()