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

/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java327 public boolean stopService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/content/
H A DContextWrapper.java363 public boolean stopService(Intent name) { method in class:ContextWrapper
364 return mBase.stopService(name);
H A DContext.java1199 * running until {@link #stopService} is called, regardless of whether
1202 * a single call to {@link #stopService} will stop it.
1226 * @see #stopService
1258 public abstract boolean stopService(Intent service); method in class:Context
/frameworks/base/core/java/android/app/
H A DContextImpl.java1096 public boolean stopService(Intent service) { method in class:ContextImpl
1099 int res = ActivityManagerNative.getDefault().stopService(
H A DActivityManagerNative.java639 int res = stopService(app, service, resolvedType);
2269 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java162 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.java1254 public boolean stopService(Intent arg0) { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11091 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
11099 if (DEBUG_SERVICE) Slog.v(TAG, "stopService: " + service

Completed in 518 milliseconds