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

1 2 3 4

  /frameworks/testing/uiautomator/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
WakeUpCall.java 56 stopService(intent);
61 stopService(intent);
70 stopService(intent);
90 private void stopService(Intent i) {
  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 148 mContext.stopService(service);
152 mContext.stopService(service);
160 * and stopped by calling Context.stopService().
162 * Only one stopService() call is needed to stop the service,
193 mContext.stopService(service);
199 mContext.stopService(service);
218 mContext.stopService(service);
225 mContext.stopService(service);
244 mContext.stopService(service);
261 mContext.stopService(service)
    [all...]
IntentServiceTest.java 45 mContext.stopService(mIntent);
108 mContext.stopService(mIntent);
ActivityManagerTest.java 63 mInstrumentation.getContext().stopService(mIntent);
197 mContext.stopService(intent);
AlarmManagerTest.java 65 mContext.stopService(mServiceIntent);
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 129 mContext.stopService(mService);
223 getContext().stopService(mService);
234 getContext().stopService(mService);
254 getContext().stopService(mService);
265 getContext().stopService(mService);
285 getContext().stopService(mService);
306 getContext().stopService(mService);
ProcessTest.java 91 getContext().stopService(mIntent);
164 getContext().stopService(mIntent);
195 getContext().stopService(mIntent);
ParcelFileDescriptorProcessTest.java 115 context.stopService(redIntent);
116 context.stopService(blueIntent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 56 stopService(new Intent(NotifyingController.this,
LocalServiceActivities.java 60 // until someone calls stopService(). The Intent we use to find
74 stopService(new Intent(Controller.this,
  /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MainActivity.java 85 stopService();
142 stopService();
160 private void stopService() {
164 stopService(service);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 211 getContext().stopService(service);
219 getContext().stopService(service);
252 getContext().stopService(service);
263 getContext().stopService(service);
282 getContext().stopService(service);
293 getContext().stopService(service);
312 getContext().stopService(service);
333 getContext().stopService(service);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ServiceMonitor.java 79 stopService();
207 stopService();
215 private void stopService() {
216 if (mDebug) Log.d(mTag, "stopService");
217 boolean stopped = mContext.stopService(new Intent().setComponent(mServiceName));
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpReceiver.java 60 context.stopService(new Intent(context, MtpService.class));
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 77 context.stopService(intent);
  /developers/samples/android/wearable/wear/ElizaChat/Application/src/main/java/com/example/android/elizachat/
MainActivity.java 101 stopService(new Intent(this, ResponderService.class));
  /development/samples/wearable/ElizaChat/Application/src/main/java/com/example/android/wearable/elizachat/
MainActivity.java 101 stopService(new Intent(this, ResponderService.class));
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
DeviceOwnerProvisioningActivity.java 289 stopService(new Intent(DeviceOwnerProvisioningActivity.this,
316 stopService(new Intent(DeviceOwnerProvisioningActivity.this,
346 stopService(new Intent(DeviceOwnerProvisioningActivity.this,
357 stopService(new Intent(DeviceOwnerProvisioningActivity.this,
  /external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/
MemConsumer.java 102 stopService(new Intent(this, ResidentService.class));
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 82 virtual void stopService();
  /frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
SetAlarm.java 140 getContext().stopService(mServceIntent);