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

1 2 3

  /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}.
  /cts/tests/src/android/security/cts/activity/
SecureRandomService.java 37 stopSelf();
  /packages/services/Telephony/src/com/android/phone/
HfaService.java 69 stopSelf();
EmergencyCallbackModeService.java 80 stopSelf();
120 stopSelf();
  /frameworks/base/core/java/com/android/internal/os/storage/
ExternalStorageFormatter.java 132 stopSelf();
140 stopSelf();
184 stopSelf();
199 stopSelf();
217 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();
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 49 public void stopSelf() {
  /packages/apps/DeskClock/src/com/android/deskclock/
TimerRingService.java 53 stopSelf();
85 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();
  /frameworks/base/location/java/android/location/
SettingInjectorService.java 157 stopSelf(startId);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 87 stopSelf();
  /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/Bluetooth/src/com/android/bluetooth/btservice/
ProfileService.java 187 stopSelf();
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmService.java 159 stopSelf();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java 283 stopSelf();
287 stopSelf();
  /packages/apps/Mms/src/com/android/mms/transaction/
TransactionService.java 208 stopSelf(serviceId);
340 stopSelf(startId);
393 stopSelf(serviceId);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 95 stopSelf();
101 stopSelf();
117 stopSelf();

Completed in 367 milliseconds

1 2 3