Home | History | Annotate | Download | only in app

Lines Matching defs:stopSelf

121  * {@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
378 * redelivery until the service calls {@link #stopSelf(int)} with the
398 * killed before calling {@link #stopSelf(int)} for that Intent.
545 public final void stopSelf() {
546 stopSelf(-1);
554 public final void stopSelf(int startId) {
584 * @see #stopSelf()