Searched refs:stopService (Results 1 - 21 of 21) 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/telephony/java/com/android/ims/internal/uce/uceservice/
H A DIUceService.aidl48 boolean stopService();
H A DUceServiceBase.java44 public boolean stopService() { method in class:UceServiceBase.UceServiceBinder
/frameworks/support/lifecycle/service/src/androidTest/java/androidx/lifecycle/
H A DServiceLifecycleTest.java96 context.stopService(mServiceIntent);
126 context.stopService(mServiceIntent);
142 context.stopService(mServiceIntent);
172 context.stopService(mServiceIntent);
189 context.stopService(mServiceIntent);
/frameworks/base/core/tests/BTtraffic/src/com/android/google/experimental/bttraffic/
H A DBTtraffic.java53 stopService();
126 public void stopService() { method in class:BTtraffic
188 bttraffic.stopService();
211 bttraffic.stopService();
276 bttraffic.stopService();
294 bttraffic.stopService();
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
H A DSetAlarm.java140 getContext().stopService(mServceIntent);
/frameworks/base/core/tests/SvcMonitor/src/com/android/google/experimental/svcmoniter/
H A DSvcMonitor.java33 stopService();
71 private void stopService() { method in class:SvcMonitor
/frameworks/support/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java108 stopService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
/frameworks/support/samples/Support4Demos/src/main/java/com/example/android/supportv4/content/
H A DLocalServiceBroadcaster.java108 stopService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java101 stopService(new Intent(TrackerActivity.this,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DFrameworkPerfActivity.java427 stopService(new Intent(this, SchedulerService.class));
/frameworks/base/core/java/android/content/
H A DContextWrapper.java673 public boolean stopService(Intent name) { method in class:ContextWrapper
674 return mBase.stopService(name);
H A DContext.java2723 * running until {@link #stopService} is called, regardless of whether
2726 * a single call to {@link #stopService} will stop it.
2760 * @see #stopService
2789 * @see #stopService
2831 public abstract boolean stopService(Intent service); method in class:Context
2841 * @hide like {@link #stopService(Intent)} but for a specific user.
/frameworks/base/test-mock/src/android/test/mock/
H A DMockContext.java552 public boolean stopService(Intent service) { method in class:MockContext
/frameworks/base/core/java/android/app/
H A DContextImpl.java1542 public boolean stopService(Intent service) { method in class:ContextImpl
1595 int res = ActivityManager.getService().stopService(
H A DIActivityManager.aidl143 int stopService(in IApplicationThread caller, in Intent service,
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java1889 public boolean stopService(Intent arg0) { method in class:BridgeContext
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerShellCommand.java625 int result = mInterface.stopService(null, intent, intent.getType(), mUserId);
H A DActivityManagerService.java20392 public int stopService(IApplicationThread caller, Intent service, method in class:ActivityManagerService
20394 enforceNotIsolatedCaller("stopService");
[all...]
/frameworks/base/config/
H A Dboot-image-profile.txt8311 HPLcom/android/ims/internal/uce/uceservice/IUceService;->stopService()Z
[all...]

Completed in 1246 milliseconds