Searched refs:stopService (Results 1 - 16 of 16) 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/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/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/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java140 getContext().stopService(mServceIntent);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java101 stopService(new Intent(TrackerActivity.this,
/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/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java427 stopService(new Intent(this, SchedulerService.class));
/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 DIActivityManager.java160 public int stopService(IApplicationThread caller, Intent service, method in interface:IActivityManager
H A DActivityManagerNative.java914 int res = stopService(app, service, resolvedType, userId);
3451 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerProxy
/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/cmds/am/src/com/android/commands/am/
H A DAm.java683 int result = mAm.stopService(null, intent, intent.getType(), mUserId);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2540 mContext.stopService(service);
/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 594 milliseconds