/frameworks/base/core/tests/coretests/src/android/app/activity/ |
D | ServiceTest.java | 211 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/ |
D | WakeUpCall.java | 56 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/ |
D | ServiceMonitor.java | 79 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/ |
D | services.jd | 136 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 …]
|
D | bound-services.jd | 76 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/ |
D | SetAlarm.java | 140 getContext().stopService(mServceIntent); in callDone()
|
/frameworks/base/docs/html/tools/testing/ |
D | service_testing.jd | 155 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/ |
D | TrackerActivity.java | 101 stopService(new Intent(TrackerActivity.this, in onOptionsItemSelected()
|
/frameworks/base/docs/html-intl/intl/ja/guide/topics/ |
D | fundamentals.jd | 205 …lf()}</code> メソッドを呼び出すか、<code>{@link android.content.Context#stopService Context.stopService()}</c… 787 …stopService Context.stopService()}</code> 呼び出されて停止します。サービス自体が <code>{@link android.app.Service#sto… 794 …e bindService()} を呼び出してサービスとの接続を確立できます。このような場合、最後のバインドが閉じられるまでは、{@code stopService()} を呼び出してもサービスは…
|
/frameworks/base/core/java/android/content/ |
D | ContextWrapper.java | 585 public boolean stopService(Intent name) { in stopService() method in ContextWrapper 586 return mBase.stopService(name); in stopService()
|
D | Context.java | 2211 public abstract boolean stopService(Intent service); in stopService() method in Context
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | service-element.jd | 145 <code>{@link android.content.Context#stopService stopService()}</code>,
|
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
D | FrameworkPerfActivity.java | 427 stopService(new Intent(this, SchedulerService.class)); in stopRunning()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockContext.java | 474 public boolean stopService(Intent service) { in stopService() method in MockContext
|
/frameworks/base/core/java/android/app/ |
D | ContextImpl.java | 1226 public boolean stopService(Intent service) { in stopService() method in ContextImpl 1269 int res = ActivityManagerNative.getDefault().stopService( in stopServiceCommon()
|
D | IActivityManager.java | 165 public int stopService(IApplicationThread caller, Intent service, in stopService() method
|
D | ActivityManagerNative.java | 941 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/ |
D | permissions.jd | 307 {@link android.content.Context#stopService Context.stopService()} and
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1683 public boolean stopService(Intent arg0) { in stopService() method in BridgeContext
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 792 int result = mAm.stopService(null, intent, intent.getType(), mUserId); in runStopService()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 2769 mContext.stopService(service); in interceptKeyBeforeDispatching()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 15702 public int stopService(IApplicationThread caller, Intent service, in stopService() method
|
/frameworks/base/api/ |
D | current.txt | 7715 method public abstract boolean stopService(android.content.Intent); 7886 method public boolean stopService(android.content.Intent); 31733 method public boolean stopService(android.content.Intent);
|
D | system-current.txt | 7958 method public abstract boolean stopService(android.content.Intent); 8137 method public boolean stopService(android.content.Intent); 34018 method public boolean stopService(android.content.Intent);
|