/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/testing/uiautomator/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(); 207 stopService(); in packageIntent() 215 private void stopService() { in stopService() method in ServiceMonitor 217 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/testing/uiautomator/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 | 519 public boolean stopService(Intent name) { in stopService() method in ContextWrapper 520 return mBase.stopService(name); in stopService()
|
D | Context.java | 1973 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 | 437 public boolean stopService(Intent service) { in stopService() method in MockContext
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 309 {@link android.content.Context#stopService Context.stopService()} and
|
/frameworks/base/core/java/android/app/ |
D | IActivityManager.java | 159 public int stopService(IApplicationThread caller, Intent service, in stopService() method
|
D | ContextImpl.java | 1691 public boolean stopService(Intent service) { in stopService() method in ContextImpl 1734 int res = ActivityManagerNative.getDefault().stopService( in stopServiceCommon()
|
D | ActivityManagerNative.java | 907 int res = stopService(app, service, resolvedType, userId); in onTransact() 3404 public int stopService(IApplicationThread caller, Intent service, in stopService() method in ActivityManagerProxy
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 1395 public boolean stopService(Intent arg0) { in stopService() method in BridgeContext
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Am.java | 658 int result = mAm.stopService(null, intent, intent.getType(), mUserId); in runStopService()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 2298 mContext.stopService(service); in interceptKeyBeforeDispatching()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 14716 public int stopService(IApplicationThread caller, Intent service,
|
/frameworks/base/api/ |
D | current.txt | 7184 method public abstract boolean stopService(android.content.Intent); 7347 method public boolean stopService(android.content.Intent); 29092 method public boolean stopService(android.content.Intent);
|