Searched refs:stopSelf (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DService.java68 * {@link #stopSelf()} is called. Note that multiple calls to
71 * will be stopped once Context.stopService() or stopSelf() is called.
260 public final void stopSelf() { method in class:Service
261 stopSelf(-1);
269 public final void stopSelf(int startId) { method in class:Service
292 * @see #stopSelf()
H A DIntentService.java30 stopSelf(msg.arg1);
/frameworks/base/test-runner/android/test/
H A DServiceTestCase.java213 mService.stopSelf();
/frameworks/base/packages/VpnServices/src/com/android/server/vpn/
H A DVpnService.java266 mContext.stopSelf();

Completed in 357 milliseconds