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

1 2 3

  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 145 mContext.stopService(service);
149 mContext.stopService(service);
166 * and stopped by calling Context.stopService().
168 * Only one stopService() call is needed to stop the service,
199 mContext.stopService(service);
205 mContext.stopService(service);
224 mContext.stopService(service);
231 mContext.stopService(service);
250 mContext.stopService(service);
267 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 130 mContext.stopService(mService);
224 getContext().stopService(mService);
235 getContext().stopService(mService);
255 getContext().stopService(mService);
266 getContext().stopService(mService);
286 getContext().stopService(mService);
307 getContext().stopService(mService);
ProcessTest.java 88 getContext().stopService(mIntent);
161 getContext().stopService(mIntent);
192 getContext().stopService(mIntent);
RemoteCallbackListTest.java 80 mContext.stopService(mIntent);
TokenWatcherTest.java 105 getContext().stopService(mIntent);
  /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,
IsolatedService.java 140 mActivity.stopService(new Intent(mActivity, mClz));
ForegroundService.java 235 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);
  /packages/providers/MediaProvider/src/com/android/providers/media/
UsbReceiver.java 50 context.stopService(new Intent(context, MtpService.class));
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
ReceiveUriService.java 77 context.stopService(intent);
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpagui.h 87 virtual void stopService();
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
wpagui.h 82 virtual void stopService();
  /packages/apps/Email/src/com/android/email/provider/
WidgetProvider.java 51 context.stopService(new Intent(context, WidgetService.class));
  /system/netd/
MDnsSdListener.h 78 int stopService();
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 197 stopService(new Intent(Alarms.ALARM_ALERT_ACTION));
214 stopService(new Intent(Alarms.ALARM_ALERT_ACTION));
  /development/samples/Support4Demos/src/com/example/android/supportv4/content/
LocalServiceBroadcaster.java 105 stopService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
  /packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
CellBroadcastAlertFullScreen.java 180 stopService(new Intent(this, CellBroadcastAlertAudio.class));
  /frameworks/base/core/java/android/content/
ContextWrapper.java 387 public boolean stopService(Intent name) {
388 return mBase.stopService(name);
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 229 activity.stopService(intent);

Completed in 1116 milliseconds

1 2 3