Home
last modified time | relevance | path

Searched refs:stopService (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/app/activity/
DServiceTest.java211 getContext().stopService(service); in startExpectResult()
219 getContext().stopService(service); in startExpectResult()
252 getContext().stopService(service); in bindExpectResult()
263 getContext().stopService(service); in bindExpectResult()
282 getContext().stopService(service); in bindExpectResult()
293 getContext().stopService(service); in bindExpectResult()
312 getContext().stopService(service); in bindExpectResult()
333 getContext().stopService(service); in bindExpectResult()
/frameworks/base/tests/utils/SleepUtils/WakeLoopService/src/android/test/wakeuploop/
DWakeUpCall.java56 stopService(intent); in onReceive()
61 stopService(intent); in onReceive()
70 stopService(intent); in onReceive()
90 private void stopService(Intent i) { in stopService() method in WakeUpCall
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DServiceMonitor.java79 stopService();
209 stopService(); in packageIntent()
217 private void stopService() { in stopService() method in ServiceMonitor
219 boolean stopped = mContext.stopService(new Intent().setComponent(mServiceName)); in stopService()
/frameworks/base/docs/html/guide/components/
Dservices.jd136 android.content.Context#stopService stopService()}. (If you only want to provide binding, you don't
159 component stops it by calling {@link android.content.Context#stopService stopService()}.</p>
249 by calling {@link android.content.Context#stopService stopService()}.</p>
540 android.content.Context#stopService stopService()}) is required to stop it.</p>
549 component can stop it by calling {@link android.content.Context#stopService stopService()}.</p>
552 android.content.Context#stopService stopService()}, the system destroys the service as soon as
569 android.content.Context#stopService stopService()}. Even if you enable binding for the service,
697 service by calling {@link android.content.Context#stopService
698 stopService()}. When the service is stopped, the system destroys it..</p></li>
716 android.content.Context#stopService stopService()} or {@link android.app.Service#stopSelf
[all …]
Dbound-services.jd76 android.content.Context#stopService stopService()}.</p>
646 android.content.Context#stopService stopService()}, regardless of whether it is bound to any
/frameworks/base/tests/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/
DSetAlarm.java140 getContext().stopService(mServceIntent); in callDone()
/frameworks/base/docs/html/tools/testing/
Dservice_testing.jd155 response to {@link android.content.Context#stopService(Intent) Context.stopService()},
167 nest, so a single call to <code>Context.stopService()</code> or
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
DTrackerActivity.java101 stopService(new Intent(TrackerActivity.this, in onOptionsItemSelected()
/frameworks/base/docs/html-intl/intl/ja/guide/topics/
Dfundamentals.jd205 …lf()}</code> メソッドを呼び出すか、<code>{@link android.content.Context#stopService Context.stopService()}</c…
787stopService Context.stopService()}</code> 呼び出されて停止します。サービス自体が <code>{@link android.app.Service#sto…
794 …e bindService()} を呼び出してサービスとの接続を確立できます。このような場合、最後のバインドが閉じられるまでは、{@code stopService()} を呼び出してもサービスは…
/frameworks/base/core/java/android/content/
DContextWrapper.java585 public boolean stopService(Intent name) { in stopService() method in ContextWrapper
586 return mBase.stopService(name); in stopService()
DContext.java2211 public abstract boolean stopService(Intent service); in stopService() method in Context
/frameworks/base/docs/html/guide/topics/manifest/
Dservice-element.jd145 <code>{@link android.content.Context#stopService stopService()}</code>,
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
DFrameworkPerfActivity.java427 stopService(new Intent(this, SchedulerService.class)); in stopRunning()
/frameworks/base/test-runner/src/android/test/mock/
DMockContext.java474 public boolean stopService(Intent service) { in stopService() method in MockContext
/frameworks/base/core/java/android/app/
DContextImpl.java1226 public boolean stopService(Intent service) { in stopService() method in ContextImpl
1269 int res = ActivityManagerNative.getDefault().stopService( in stopServiceCommon()
DIActivityManager.java165 public int stopService(IApplicationThread caller, Intent service, in stopService() method
DActivityManagerNative.java941 int res = stopService(app, service, resolvedType, userId); in onTransact()
3688 public int stopService(IApplicationThread caller, Intent service, in stopService() method in ActivityManagerProxy
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd307 {@link android.content.Context#stopService Context.stopService()} and
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1683 public boolean stopService(Intent arg0) { in stopService() method in BridgeContext
/frameworks/base/cmds/am/src/com/android/commands/am/
DAm.java792 int result = mAm.stopService(null, intent, intent.getType(), mUserId); in runStopService()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2769 mContext.stopService(service); in interceptKeyBeforeDispatching()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java15702 public int stopService(IApplicationThread caller, Intent service, in stopService() method
/frameworks/base/api/
Dcurrent.txt7715 method public abstract boolean stopService(android.content.Intent);
7886 method public boolean stopService(android.content.Intent);
31733 method public boolean stopService(android.content.Intent);
Dsystem-current.txt7958 method public abstract boolean stopService(android.content.Intent);
8137 method public boolean stopService(android.content.Intent);
34018 method public boolean stopService(android.content.Intent);