Searched defs:stopService (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/
H A DContextWrapper.java454 public boolean stopService(Intent name) { method in class:ContextWrapper
455 return mBase.stopService(name);
H A DContext.java1554 * running until {@link #stopService} is called, regardless of whether
1557 * a single call to {@link #stopService} will stop it.
1581 * @see #stopService
1613 public abstract boolean stopService(Intent service); method in class:Context
1621 * @hide like {@link #stopService(Intent)} but for a specific user.
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java391 public boolean stopService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1357 public boolean stopService(Intent service) { method in class:ContextImpl
1390 int res = ActivityManagerNative.getDefault().stopService(
H A DActivityManagerNative.java741 int res = stopService(app, service, resolvedType, userId);
2654 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java134 public int stopService(IApplicationThread caller, Intent service, method in interface:IActivityManager
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1321 public boolean stopService(Intent arg0) { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java10933 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
10935 enforceNotIsolatedCaller("stopService");

Completed in 189 milliseconds