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

/frameworks/base/core/java/android/app/
H A DService.java70 * {@link #stopSelf()} is called. Note that multiple calls to
73 * will be stopped once Context.stopService() or stopSelf() is called; however,
74 * services can use their {@link #stopSelf(int)} method to ensure the service is
257 * redelivery until the service calls {@link #stopSelf(int)} with the
270 * killed before calling {@link #stopSelf(int)} for that Intent.
385 public final void stopSelf() { method in class:Service
386 stopSelf(-1);
394 public final void stopSelf(int startId) { method in class:Service
424 * @see #stopSelf()
H A DIntentService.java31 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.java249 mContext.stopSelf();

Completed in 293 milliseconds