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

/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
H A DWakeUpCall.java56 stopService(intent);
61 stopService(intent);
70 stopService(intent);
90 private void stopService(Intent i) { method in class:WakeUpCall
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DServiceMonitor.java79 stopService();
207 stopService();
215 private void stopService() { method in class:ServiceMonitor
216 if (mDebug) Log.d(mTag, "stopService");
217 boolean stopped = mContext.stopService(new Intent().setComponent(mServiceName));
/frameworks/base/core/java/android/content/
H A DContextWrapper.java520 public boolean stopService(Intent name) { method in class:ContextWrapper
521 return mBase.stopService(name);
H A DContext.java1916 * running until {@link #stopService} is called, regardless of whether
1919 * a single call to {@link #stopService} will stop it.
1942 * @see #stopService
1974 public abstract boolean stopService(Intent service); method in class:Context
1982 * @hide like {@link #stopService(Intent)} but for a specific user.
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java438 public boolean stopService(Intent service) { method in class:MockContext
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1449 public boolean stopService(Intent arg0) { method in class:BridgeContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1697 public boolean stopService(Intent service) { method in class:ContextImpl
1740 int res = ActivityManagerNative.getDefault().stopService(
H A DActivityManagerNative.java914 int res = stopService(app, service, resolvedType, userId);
3451 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
H A DIActivityManager.java160 public int stopService(IApplicationThread caller, Intent service, method in interface:IActivityManager
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java15119 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
15121 enforceNotIsolatedCaller("stopService");

Completed in 8040 milliseconds