HomeSort by relevance Sort by last modified time
    Searched refs:stopSelf (Results 1 - 25 of 43) sorted by null

1 2

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 44 stopSelf(); // stop service after handling the action
  /frameworks/base/core/java/android/app/
Service.java 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()
    [all...]
IntentService.java 66 stopSelf(msg.arg1);
156 * so you should not call {@link #stopSelf}.
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 132 stopSelf();
140 stopSelf();
184 stopSelf();
199 stopSelf();
217 stopSelf();
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 66 stopSelf();
82 stopSelf();
115 stopSelf();
124 stopSelf();
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 79 stopSelf();
119 stopSelf();
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 88 sCurInstance.stopSelf(id);
  /development/samples/Alarm/src/com/example/android/newalarm/
AlarmService.java 39 * a stopSelf(). The net effect is a new worker thread that takes 15 seconds to run and then
104 stopSelf();
151 * Stops the service in response to the stopSelf() issued when the wait is over. Other
152 * clients that use this service could stop it by issuing a stopService() or a stopSelf() on
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService_Service.java 86 AlarmService_Service.this.stopSelf();
NotifyingService.java 84 NotifyingService.this.stopSelf();
IsolatedService.java 86 stopSelf();
ServiceStartArguments.java 97 stopSelf(msg.arg1);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 86 stopSelf();
DismissAlarmsService.java 94 stopSelf();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 109 stopSelf();
122 stopSelf();
139 stopSelf();
186 stopSelf();
228 stopSelf();
  /packages/apps/Email/src/com/android/email/service/
MailService.java 202 stopSelf(startId);
212 stopSelf(startId);
237 stopSelf(startId);
249 stopSelf(startId);
264 stopSelf(startId);
653 stopSelf(serviceId);
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 258 mService.stopSelf();
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 151 stopSelf();
158 stopSelf();
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 298 stopSelf(startId);
356 stopSelf(serviceId);
463 stopSelf(serviceId);
721 stopSelf(serviceId);
    [all...]
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 68 stopSelf();
  /frameworks/base/core/java/android/net/
VpnService.java 222 * implementation of this method is calling {@link Service#stopSelf()}.
230 stopSelf();
  /frameworks/base/core/java/android/service/dreams/
Dream.java 368 stopSelf(); // if launched via any other means
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 128 stopSelf();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 269 stopSelf(msg.arg1);
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 319 stopSelf();

Completed in 970 milliseconds

1 2