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

1 2 3 4 5

  /frameworks/base/tests/AmSlam/src/test/amslam/
PingReceiver.java 34 stopSelf();
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 44 stopSelf(); // stop service after handling the action
  /cts/tests/framework/base/activitymanager/app/src/android/server/am/
AssistantVoiceInteractionService.java 43 stopSelf();
  /cts/tests/tests/batterysaving/apps/app_target_api_current/src/android/os/cts/batterysaving/app/
TestService.java 61 stopSelf();
  /cts/tests/tests/shortcutmanager/throttling/src/android/content/pm/cts/shortcutmanager/throttling/
BgService.java 55 stopSelf();
FgService.java 69 stopSelf();
  /packages/services/Car/car-lib/src/android/car/content/pm/
CarAppBlockingPolicyService.java 66 stopSelf();
  /cts/tests/tests/media/src/android/media/cts/
TestServiceRegistry.java 118 // stopSelf() would not kill service while the binder connection established by
120 // So stopSelf() isn't really needed, but just for sure.
121 mService.stopSelf();
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowService.java 49 public void stopSelf() {
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowService.java 29 public void stopSelf() {
34 public void stopSelf(int id) {
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
MtpDocumentsService.java 109 stopSelf();
  /frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeLoopService.java 46 stopSelf();
68 stopSelf();
  /frameworks/support/media/src/androidTest/java/androidx/media/
TestServiceRegistry.java 116 // stopSelf() would not kill service while the binder connection established by
118 // So stopSelf() isn't really needed, but just for sure.
119 mService.stopSelf();
  /frameworks/support/media/version-compat-tests/current/client/src/androidTest/java/androidx/media/test/client/
TestServiceRegistry.java 117 // stopSelf() would not kill service while the binder connection established by
119 // So stopSelf() isn't really needed, but just for sure.
120 mService.stopSelf();
  /frameworks/support/work/workmanager/src/main/java/androidx/work/impl/background/systemalarm/
SystemAlarmService.java 65 stopSelf();
  /cts/hostsidetests/devicepolicy/app/AccountCheck/Tester/src/com/android/cts/devicepolicy/accountcheck/tester/
TestAuthenticator.java 59 stopSelf();
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowServiceTest.java 114 service.stopSelf();
120 service.stopSelf(1);
  /frameworks/base/test-runner/src/android/test/
ServiceTestCase.java 256 mService.stopSelf();
  /packages/apps/Calendar/src/com/android/calendar/alerts/
SnoozeAlarmsService.java 87 stopSelf();
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingService.java 95 stopSelf();
114 stopSelf();
135 stopSelf();
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerService.java 184 stopSelf();
  /packages/apps/Dialer/java/com/android/incallui/spam/
SpamNotificationService.java 81 stopSelf();
122 // TODO: call stopSelf() after async tasks complete (a bug)
123 stopSelf();
  /developers/build/prebuilts/gradle/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 123 stopSelf();
226 stopSelf();
  /developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediasession/service/
MusicService.java 72 stopSelf();
239 stopSelf();
  /developers/samples/android/connectivity/bluetooth/BluetoothAdvertisements/Application/src/main/java/com/example/android/bluetoothadvertisements/
AdvertiserService.java 123 stopSelf();
226 stopSelf();

Completed in 1465 milliseconds

1 2 3 4 5