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

/frameworks/base/core/java/android/app/
H A DService.java125 * {@link #stopSelf()} is called. Note that multiple calls to
128 * will be stopped once Context.stopService() or stopSelf() is called; however,
129 * services can use their {@link #stopSelf(int)} method to ensure the service is
177 * remain until the Service has called {@link #stopSelf(int)} for that start
416 * redelivery until the service calls {@link #stopSelf(int)} with the
447 * killed before calling {@link #stopSelf(int)} for that Intent.
605 public final void stopSelf() { method in class:Service
606 stopSelf(-1);
614 public final void stopSelf(int startId) { method in class:Service
644 * @see #stopSelf()
[all...]

Completed in 595 milliseconds