Searched refs:stopService (Results 1 - 13 of 13) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
H A DServiceTest.java211 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/vpn/java/android/net/vpn/
H A DVpnManager.java147 mContext.stopService(new Intent(ACTION_VPN_SERVICE));
/frameworks/base/core/java/android/content/
H A DContextWrapper.java340 public boolean stopService(Intent name) { method in class:ContextWrapper
341 return mBase.stopService(name);
H A DContext.java1021 * running until {@link #stopService} is called, regardless of whether
1024 * a single call to {@link #stopService} will stop it.
1048 * @see #stopService
1080 public abstract boolean stopService(Intent service); method in class:Context
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java100 stopService(new Intent(TrackerActivity.this,
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java310 public boolean stopService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DIActivityManager.java156 public int stopService(IApplicationThread caller, Intent service, method in interface:IActivityManager
H A DContextImpl.java843 public boolean stopService(Intent service) { method in class:ContextImpl
845 int res = ActivityManagerNative.getDefault().stopService(
H A DActivityManagerNative.java631 int res = stopService(app, service, resolvedType);
1909 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridgeContext.java1178 public boolean stopService(Intent arg0) { method in class:BridgeContext
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindowManager.java613 mContext.stopService(service);
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1136 mContext.stopService(service);
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11444 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
11452 if (DEBUG_SERVICE) Slog.v(TAG, "stopService: " + service

Completed in 151 milliseconds