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

1 2

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 44 stopSelf(); // stop service after handling the action
  /packages/apps/Calendar/src/com/android/calendar/alerts/
DismissAlarmsService.java 94 stopSelf();
SnoozeAlarmsService.java 86 stopSelf();
  /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...]
  /frameworks/base/core/java/android/net/
VpnService.java 222 * implementation of this method is calling {@link Service#stopSelf()}.
230 stopSelf();
  /development/apps/Development/src/com/android/development/
BadBehaviorActivity.java 68 stopSelf();
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IsolatedService.java 86 stopSelf();
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 132 stopSelf();
140 stopSelf();
184 stopSelf();
199 stopSelf();
217 stopSelf();
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 258 mService.stopSelf();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertService.java 71 stopSelf(); // this service always stops after processing the intent
CellBroadcastAlertAudio.java 109 stopSelf();
122 stopSelf();
139 stopSelf();
186 stopSelf();
228 stopSelf();
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 128 stopSelf();
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 79 stopSelf();
119 stopSelf();
BluetoothHeadsetService.java 138 stopSelf();
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 151 stopSelf();
158 stopSelf();
  /frameworks/base/core/java/android/service/dreams/
Dream.java 368 stopSelf(); // if launched via any other means
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmKlaxon.java 66 stopSelf();
82 stopSelf();
115 stopSelf();
124 stopSelf();
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadService.java 286 stopSelf();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 319 stopSelf();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 353 stopSelf();
393 stopSelf();
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/vcard/
VCardService.java 318 * Checks job list and call {@link #stopSelf()} when there's no job and no scanner connection
364 stopSelf();
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java     [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 789 milliseconds

1 2