Lines Matching refs:stopSelf
135 its work is done, by calling {@link android.app.Service#stopSelf stopSelf()} or {@link
158 remains running until it stops itself with {@link android.app.Service#stopSelf()} or another
248 is done by calling {@link android.app.Service#stopSelf stopSelf()}, or another component can stop it
305 {@link android.app.Service#stopSelf}.</li>
413 stopSelf(msg.arg1);
533 the service (with {@link android.app.Service#stopSelf stopSelf()} or {@link
542 the service must stop itself by calling {@link android.app.Service#stopSelf stopSelf()} or another
545 <p>Once requested to stop with {@link android.app.Service#stopSelf stopSelf()} or {@link
553 this problem, you can use {@link android.app.Service#stopSelf(int)} to ensure that your request to
555 android.app.Service#stopSelf(int)}, you pass the ID of the start request (the <code>startId</code>
558 android.app.Service#stopSelf(int)}, then the ID will not match and the service will not stop.</p>
690 android.app.Service#stopSelf() stopSelf()}. Another component can also stop the
710 android.content.Context#stopService stopService()} or {@link android.app.Service#stopSelf
711 stopSelf()} does not actually stop the service until all clients unbind. </p>
796 either {@link android.app.Service#stopSelf stopSelf()} or {@link