Home
last modified time | relevance | path

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

12

/cts/tests/tests/os/src/android/os/cts/
DBinderTest.java132 mContext.stopService(mService); in tearDown()
226 getContext().stopService(mService); in testTransact()
237 getContext().stopService(mService); in testTransact()
257 getContext().stopService(mService); in testTransact()
268 getContext().stopService(mService); in testTransact()
288 getContext().stopService(mService); in testTransact()
309 getContext().stopService(mService); in testTransact()
DProcessTest.java91 getContext().stopService(mIntent); in tearDown()
164 getContext().stopService(mIntent); in testKillProcess()
195 getContext().stopService(mIntent); in testSendSignal()
DParcelFileDescriptorProcessTest.java115 context.stopService(redIntent); in tearDown()
116 context.stopService(blueIntent); in tearDown()
/cts/tests/app/src/android/app/cts/
DServiceTest.java471 mContext.stopService(service); in startExpectResult()
475 mContext.stopService(service); in startExpectResult()
592 mContext.stopService(service); in bindExpectResult()
598 mContext.stopService(service); in bindExpectResult()
617 mContext.stopService(service); in bindExpectResult()
624 mContext.stopService(service); in bindExpectResult()
643 mContext.stopService(service); in bindExpectResult()
660 mContext.stopService(service); in bindExpectResult()
728 mContext.stopService(mLocalService); in tearDown()
729 mContext.stopService(mLocalForegroundService); in tearDown()
[all …]
DActivityManagerProcessStateTest.java146 mContext.stopService(mServiceIntent); in setUp()
147 mContext.stopService(mService2Intent); in setUp()
148 mContext.stopService(mService3Intent); in setUp()
467 mContext.stopService(serviceIntent); in testBackgroundCheckService()
530 mContext.stopService(serviceIntent); in testBackgroundCheckService()
572 mContext.stopService(serviceIntent); in testBackgroundCheckService()
579 mContext.stopService(serviceIntent); in testBackgroundCheckService()
632 mContext.stopService(mServiceIntent); in testBackgroundCheckStopsService()
633 mContext.stopService(mService2Intent); in testBackgroundCheckStopsService()
748 mContext.stopService(mServiceIntent); in testBackgroundCheckStopsService()
[all …]
DIntentServiceTest.java47 mContext.stopService(mIntent); in tearDown()
110 mContext.stopService(mIntent); in testIntentServiceLifeCycle()
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/
DSimpleActivityStartFgService.java53 stopService(serviceIntent); in onCreate()
68 stopService(serviceIntent); in onNewIntent()
/cts/tests/app/app/src/android/app/stubs/
DMockService.java125 public static void stopService(Context context) { in stopService() method in MockService
128 context.stopService(intent); in stopService()
/cts/tests/tests/batterysaving/src/android/os/cts/batterysaving/
DBatterySaverAlarmTest.java161 private void stopService(String targetPackage) throws Exception { in stopService() method in BatterySaverAlarmTest
171 stopService(packageName); in forcePackageIntoBg()
240 stopService(targetPackage); in testAllowWhileIdleThrottled()
292 stopService(targetPackage); in testAlarmsThrottled()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureConnectionPriorityClientTestActivity.java35 stopService(new Intent(this, BleConnectionPriorityClientService.class)); in onDestroy()
DBleCocSecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleCocInsecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleInsecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleInsecureEncryptedClientTestActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureEncryptedServerTestActivity.java36 stopService(mIntent); in onDestroy()
DBleInsecureClientStartActivity.java42 stopService(mIntent); in onDestroy()
DBleCocInsecureClientStartActivity.java42 stopService(mIntent); in onDestroy()
DBleSecureConnectionPriorityClientTestActivity.java37 stopService(mIntent); in onDestroy()
DBleCocSecureClientStartActivity.java42 stopService(mIntent); in onDestroy()
DBleSecureEncryptedClientTestActivity.java37 stopService(mIntent); in onDestroy()
DBleSecureClientStartActivity.java43 stopService(mIntent); in onDestroy()
DBleInsecureEncryptedServerTestActivity.java72 stopService(mIntent); in onDestroy()
/cts/tests/tests/libcorefileio/src/android/cts/
DFileChannelInterProcessLockTest.java62 stopService(); in tearDown()
441 stopService(); in checkTryLockBehavior()
526 stopService(); in checkLockBehavior()
532 void stopService() throws Exception {
533 getContext().stopService(new Intent(getContext(), LockHoldingService.class));
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriService.java77 context.stopService(intent); in stop()

12