/cts/tests/tests/app/src/android/app/cts/ |
ServiceTest.java | 145 mContext.stopService(service); 149 mContext.stopService(service); 166 * and stopped by calling Context.stopService(). 168 * Only one stopService() call is needed to stop the service, 199 mContext.stopService(service); 205 mContext.stopService(service); 224 mContext.stopService(service); 231 mContext.stopService(service); 250 mContext.stopService(service); 267 mContext.stopService(service) [all...] |
IntentServiceTest.java | 45 mContext.stopService(mIntent); 108 mContext.stopService(mIntent);
|
ActivityManagerTest.java | 63 mInstrumentation.getContext().stopService(mIntent); 197 mContext.stopService(intent);
|
AlarmManagerTest.java | 65 mContext.stopService(mServiceIntent);
|
/cts/tests/tests/os/src/android/os/cts/ |
BinderTest.java | 130 mContext.stopService(mService); 224 getContext().stopService(mService); 235 getContext().stopService(mService); 255 getContext().stopService(mService); 266 getContext().stopService(mService); 286 getContext().stopService(mService); 307 getContext().stopService(mService);
|
ProcessTest.java | 88 getContext().stopService(mIntent); 161 getContext().stopService(mIntent); 192 getContext().stopService(mIntent);
|
ParcelFileDescriptorProcessTest.java | 115 context.stopService(redIntent); 116 context.stopService(blueIntent);
|
RemoteCallbackListTest.java | 80 mContext.stopService(mIntent);
|
TokenWatcherTest.java | 105 getContext().stopService(mIntent);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
NotifyingController.java | 56 stopService(new Intent(NotifyingController.this,
|
LocalServiceActivities.java | 60 // until someone calls stopService(). The Intent we use to find 74 stopService(new Intent(Controller.this,
|
IsolatedService.java | 140 mActivity.stopService(new Intent(mActivity, mClz));
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
MainActivity.java | 85 stopService(); 142 stopService(); 160 private void stopService() { 164 stopService(service);
|
/frameworks/base/core/tests/coretests/src/android/app/activity/ |
ServiceTest.java | 211 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/ |
ServiceMonitor.java | 79 stopService(); 207 stopService(); 215 private void stopService() { 216 if (mDebug) Log.d(mTag, "stopService"); 217 boolean stopped = mContext.stopService(new Intent().setComponent(mServiceName));
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
MtpReceiver.java | 60 context.stopService(new Intent(context, MtpService.class));
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
ReceiveUriService.java | 77 context.stopService(intent);
|
/external/chromium_org/tools/android/memconsumer/java/src/org/chromium/memconsumer/ |
MemConsumer.java | 102 stopService(new Intent(this, ResidentService.class));
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpagui.h | 82 virtual void stopService();
|
/frameworks/testing/uiautomator/utils/SleepUtils/SleepHelper/src/com/android/testing/sleephelper/ |
SetAlarm.java | 140 getContext().stopService(mServceIntent);
|
/system/netd/ |
MDnsSdListener.h | 78 int stopService();
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowContextWrapper.java | 134 public boolean stopService(Intent name) { 135 return getApplicationContext().stopService(name);
|
/cts/tests/tests/security/src/android/security/cts/ |
ClonedSecureRandomTest.java | 135 getContext().stopService(mSeparateIntent);
|
/development/samples/Support4Demos/src/com/example/android/supportv4/content/ |
LocalServiceBroadcaster.java | 105 stopService(new Intent(LocalServiceBroadcaster.this, LocalService.class));
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastAlertFullScreen.java | 390 stopService(new Intent(this, CellBroadcastAlertAudio.class)); 472 stopService(new Intent(this, CellBroadcastAlertAudio.class));
|