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

1 2

  /packages/apps/Browser/src/com/android/browser/widget/
BookmarkWidgetProvider.java 46 context.stopService(new Intent(context, BookmarkWidgetService.class));
  /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);
  /cts/tests/tests/app/src/android/app/cts/
IntentServiceTest.java 50 mContext.stopService(mIntent);
130 mContext.stopService(mIntent);
ServiceTest.java 149 mContext.stopService(service);
153 mContext.stopService(service);
170 * and stopped by calling Context.stopService().
172 * Only one stopService() call is needed to stop the service,
203 mContext.stopService(service);
209 mContext.stopService(service);
228 mContext.stopService(service);
235 mContext.stopService(service);
254 mContext.stopService(service);
271 mContext.stopService(service)
    [all...]
ActivityManagerTest.java 68 mInstrumentation.getContext().stopService(mIntent);
217 mContext.stopService(intent);
AlarmManagerTest.java 81 mContext.stopService(mServiceIntent);
136 mContext.stopService(mServiceIntent);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotifyingController.java 58 stopService(new Intent(NotifyingController.this,
LocalServiceActivities.java 60 // until someone calls stopService(). The Intent we use to find
74 stopService(new Intent(Controller.this,
ForegroundService.java 225 stopService(new Intent(Controller.this,
RemoteService.java 226 // until someone calls stopService().
240 stopService(new Intent(
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 136 mContext.stopService(mService);
244 getContext().stopService(mService);
255 getContext().stopService(mService);
275 getContext().stopService(mService);
286 getContext().stopService(mService);
306 getContext().stopService(mService);
327 getContext().stopService(mService);
ProcessTest.java 95 getContext().stopService(mIntent);
233 getContext().stopService(mIntent);
282 getContext().stopService(mIntent);
RemoteCallbackListTest.java 85 mContext.stopService(mIntent);
TokenWatcherTest.java 110 getContext().stopService(mIntent);
  /cts/tests/appsecurity-tests/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();
  /frameworks/base/vpn/java/android/net/vpn/
VpnManager.java 148 mContext.stopService(new Intent(ACTION_VPN_SERVICE));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audioquality/
AudioQualityVerifierActivity.java 199 stopService(intent);
252 stopService(intent);
  /packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java 194 stopService(new Intent(Alarms.ALARM_ALERT_ACTION));
211 stopService(new Intent(Alarms.ALARM_ALERT_ACTION));
  /frameworks/base/core/java/android/content/
ContextWrapper.java 340 public boolean stopService(Intent name) {
341 return mBase.stopService(name);
Context.java     [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader5.java 151 stopService(stopIntent);
  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
TrackerActivity.java 100 stopService(new Intent(TrackerActivity.this,
  /cts/tests/tests/content/src/android/content/cts/
BroadcastReceiverTest.java 374 activity.stopService(intent);
  /frameworks/base/test-runner/src/android/test/mock/
MockContext.java 310 public boolean stopService(Intent service) {

Completed in 395 milliseconds

1 2