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

1 2 3

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BleInsecureConnectionPriorityClientTestActivity.java 35 stopService(new Intent(this, BleConnectionPriorityClientService.class));
BleCocInsecureServerStartActivity.java 36 stopService(mIntent);
BleCocSecureServerStartActivity.java 36 stopService(mIntent);
BleInsecureEncryptedClientTestActivity.java 36 stopService(mIntent);
BleInsecureServerStartActivity.java 36 stopService(mIntent);
BleSecureEncryptedServerTestActivity.java 36 stopService(mIntent);
BleSecureServerStartActivity.java 36 stopService(mIntent);
BleCocInsecureClientStartActivity.java 42 stopService(mIntent);
BleCocSecureClientStartActivity.java 42 stopService(mIntent);
BleInsecureClientStartActivity.java 42 stopService(mIntent);
BleSecureConnectionPriorityClientTestActivity.java 37 stopService(mIntent);
BleSecureEncryptedClientTestActivity.java 37 stopService(mIntent);
BleSecureClientStartActivity.java 43 stopService(mIntent);
  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
LauncherUtils.java 65 return context.stopService(intent);
79 return context.stopService(intent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 56 stopService(new Intent(NotifyingController.this,
  /external/ims/rcs/rcsservice/src/com/android/service/ims/
LauncherUtils.java 72 context.stopService(new Intent(context, RcsService.class));
  /cts/tests/app/app/src/android/app/stubs/
MockService.java 125 public static void stopService(Context context) {
128 context.stopService(intent);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 132 mContext.stopService(mService);
226 getContext().stopService(mService);
237 getContext().stopService(mService);
257 getContext().stopService(mService);
268 getContext().stopService(mService);
288 getContext().stopService(mService);
309 getContext().stopService(mService);
ProcessTest.java 91 getContext().stopService(mIntent);
164 getContext().stopService(mIntent);
195 getContext().stopService(mIntent);
  /cts/tests/app/src/android/app/cts/
IntentServiceTest.java 47 mContext.stopService(mIntent);
110 mContext.stopService(mIntent);
ServiceTest.java 428 mContext.stopService(service);
432 mContext.stopService(service);
516 * and stopped by calling Context.stopService().
518 * Only one stopService() call is needed to stop the service,
549 mContext.stopService(service);
555 mContext.stopService(service);
574 mContext.stopService(service);
581 mContext.stopService(service);
600 mContext.stopService(service);
617 mContext.stopService(service)
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 77 context.stopService(intent);
  /cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
BatterySaverAlarmTest.java 160 private void stopService(String targetPackage) throws Exception {
170 stopService(packageName);
221 stopService(targetPackage);
271 stopService(targetPackage);
  /developers/build/prebuilts/gradle/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 100 stopService(new Intent(this, ResponderService.class));
  /developers/samples/android/deprecated/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 100 stopService(new Intent(this, ResponderService.class));

Completed in 371 milliseconds

1 2 3