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

1 2

  /frameworks/base/core/java/android/app/
Service.java 118 * {@link #stopSelf()} is called. Note that multiple calls to
121 * will be stopped once Context.stopService() or stopSelf() is called; however,
122 * services can use their {@link #stopSelf(int)} method to ensure the service is
363 * redelivery until the service calls {@link #stopSelf(int)} with the
376 * killed before calling {@link #stopSelf(int)} for that Intent.
507 public final void stopSelf() {
508 stopSelf(-1);
516 public final void stopSelf(int startId) {
546 * @see #stopSelf()
IntentService.java 60 stopSelf(msg.arg1);
  /packages/apps/Calendar/src/com/android/calendar/
DismissAllAlarmsService.java 58 stopSelf();
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 124 stopSelf();
132 stopSelf();
168 stopSelf();
183 stopSelf();
201 stopSelf();
  /frameworks/base/core/java/android/service/urlrenderer/
UrlRendererService.java 79 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();
BluetoothHeadsetService.java 136 stopSelf();
    [all...]
  /cts/tests/appsecurity-tests/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 85 NotifyingService.this.stopSelf();
ServiceStartArguments.java 97 stopSelf(msg.arg1);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
ExperimentService.java 140 stopSelf();
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 252 mService.stopSelf();
  /packages/apps/Email/src/com/android/email/service/
MailService.java 189 stopSelf(startId);
197 stopSelf(startId);
216 stopSelf(startId);
242 stopSelf(startId);
636 stopSelf(serviceId);
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 285 stopSelf(startId);
343 stopSelf(serviceId);
449 stopSelf(serviceId);
719 stopSelf(serviceId);
    [all...]
  /packages/apps/Gallery3D/src/com/cooliris/picasa/
PicasaService.java 90 stopSelf(startId);
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 68 stopSelf();
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaScannerService.java 275 stopSelf(msg.arg1);
  /frameworks/base/packages/VpnServices/src/com/android/server/vpn/
VpnService.java 249 mContext.stopSelf();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 280 stopSelf();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 355 stopSelf();
395 stopSelf();
    [all...]
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarAppWidgetService.java 128 stopSelf();
  /packages/apps/Music/src/com/android/music/
MediaPlaybackService.java 649 stopSelf(mServiceStartId);
665 stopSelf(mServiceStartId);
    [all...]

Completed in 608 milliseconds

1 2