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

/frameworks/base/core/java/android/content/
H A DContextWrapper.java387 public boolean stopService(Intent name) { method in class:ContextWrapper
388 return mBase.stopService(name);
H A DContext.java1292 * running until {@link #stopService} is called, regardless of whether
1295 * a single call to {@link #stopService} will stop it.
1319 * @see #stopService
1351 public abstract boolean stopService(Intent service); method in class:Context
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java350 public boolean stopService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1164 public boolean stopService(Intent service) { method in class:ContextImpl
1167 int res = ActivityManagerNative.getDefault().stopService(
H A DActivityManagerNative.java685 int res = stopService(app, service, resolvedType);
2477 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java133 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.java1258 public boolean stopService(Intent arg0) { method in class:BridgeContext
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11805 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
11807 enforceNotIsolatedCaller("stopService");
11814 if (DEBUG_SERVICE) Slog.v(TAG, "stopService: " + service

Completed in 168 milliseconds