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

1 2 3 4

  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 44 stopSelf(); // stop service after handling the action
  /cts/tests/tests/security/src/android/security/cts/activity/
SecureRandomService.java 37 stopSelf();
  /packages/services/Telephony/src/com/android/phone/
HfaService.java 69 stopSelf();
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 46 stopSelf();
68 stopSelf();
  /frameworks/base/core/java/android/app/
Service.java 125 * {@link #stopSelf()} is called. Note that multiple calls to
128 * will be stopped once Context.stopService() or stopSelf() is called; however,
129 * services can use their {@link #stopSelf(int)} method to ensure the service is
177 * remain until the Service has called {@link #stopSelf(int)} for that start
416 * redelivery until the service calls {@link #stopSelf(int)} with the
447 * killed before calling {@link #stopSelf(int)} for that Intent.
605 public final void stopSelf() {
606 stopSelf(-1);
614 public final void stopSelf(int startId) {
644 * @see #stopSelf()
    [all...]
IntentService.java 69 stopSelf(msg.arg1);
160 * so you should not call {@link #stopSelf}.
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamReceiveService.java 68 stopSelf(startId);
79 stopSelf(startId);
168 stopSelf(mStartId);
BeamSendService.java 101 stopSelf(startId);
112 stopSelf(startId);
199 stopSelf(mStartId);
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertAudio.java 137 stopSelf();
161 stopSelf();
178 stopSelf();
244 stopSelf();
294 stopSelf();
342 stopSelf();
CellBroadcastAlertReminder.java 64 stopSelf();
75 stopSelf();
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 54 stopSelf();
FgService.java 59 stopSelf();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 49 public void stopSelf() {
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 66 stopSelf();
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 118 stopSelf();
201 stopSelf();
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 118 stopSelf();
201 stopSelf();
  /development/samples/browseable/BluetoothAdvertisements/src/com.example.android.bluetoothadvertisements/
AdvertiserService.java 118 stopSelf();
201 stopSelf();
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 88 sCurInstance.stopSelf(id);
  /cts/tests/app/app/src/android/app/stubs/
MockService.java 64 stopSelf(startId);
  /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();
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
PollingService.java 75 stopSelf();
  /frameworks/base/location/java/android/location/
SettingInjectorService.java 148 stopSelf(startId);
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsService.java 93 stopSelf();

Completed in 1480 milliseconds

1 2 3 4