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

1 2

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 44 stopSelf(); // stop service after handling the action
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 49 public void 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();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 87 stopSelf();
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertReminder.java 64 stopSelf();
75 stopSelf();
CellBroadcastAlertAudio.java 122 stopSelf();
135 stopSelf();
152 stopSelf();
199 stopSelf();
241 stopSelf();
287 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/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 187 stopSelf();
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 53 stopSelf();
85 stopSelf();
AlarmKlaxon.java 67 stopSelf();
83 stopSelf();
119 stopSelf();
128 stopSelf();
  /packages/apps/KeyChain/tests/src/com/android/keychain/tests/
KeyChainServiceTest.java 128 stopSelf();
  /packages/apps/Phone/src/com/android/phone/
EmergencyCallbackModeService.java 80 stopSelf();
120 stopSelf();
BluetoothPhoneService.java 151 stopSelf();
    [all...]
  /development/samples/BluetoothHDP/src/com/example/bluetooth/health/
BluetoothHDPService.java 151 stopSelf();
158 stopSelf();
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 697 stopSelf(); // if launched via any other means
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 98 stopSelf();
104 stopSelf();
120 stopSelf();
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
MusicService.java 319 stopSelf();
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 226 stopSelf();
376 stopSelf();
419 stopSelf();
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
VCardService.java 326 * Checks job list and call {@link #stopSelf()} when there's no job and no scanner connection
372 stopSelf();
  /packages/apps/Stk/src/com/android/stk/
StkAppService.java 165 stopSelf();
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java     [all...]

Completed in 520 milliseconds

1 2