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

/frameworks/base/core/java/android/app/
H A DService.java121 * {@link #stopSelf()} is called. Note that multiple calls to
124 * will be stopped once Context.stopService() or stopSelf() is called; however,
125 * services can use their {@link #stopSelf(int)} method to ensure the service is
173 * remain until the Service has called {@link #stopSelf(int)} for that start
386 * redelivery until the service calls {@link #stopSelf(int)} with the
406 * killed before calling {@link #stopSelf(int)} for that Intent.
553 public final void stopSelf() { method in class:Service
554 stopSelf(-1);
562 public final void stopSelf(int startId) { method in class:Service
592 * @see #stopSelf()
[all...]

Completed in 44 milliseconds