Home
last modified time | relevance | path

Searched refs:stopService (Results 1 – 25 of 44) 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()
DCrossProcessExceptionTest.java83 context.stopService(greenIntent); in tearDown()
/cts/tests/app/src/android/app/cts/
DServiceTest.java428 mContext.stopService(service); in startExpectResult()
432 mContext.stopService(service); in startExpectResult()
549 mContext.stopService(service); in bindExpectResult()
555 mContext.stopService(service); in bindExpectResult()
574 mContext.stopService(service); in bindExpectResult()
581 mContext.stopService(service); in bindExpectResult()
600 mContext.stopService(service); in bindExpectResult()
617 mContext.stopService(service); in bindExpectResult()
685 mContext.stopService(mLocalService); in tearDown()
686 mContext.stopService(mLocalForegroundService); in tearDown()
[all …]
DIntentServiceTest.java47 mContext.stopService(mIntent); in tearDown()
110 mContext.stopService(mIntent); in testIntentServiceLifeCycle()
DActivityManagerProcessStateTest.java131 mContext.stopService(mServiceIntent); in setUp()
132 mContext.stopService(mService2Intent); in setUp()
439 mContext.stopService(serviceIntent); in testBackgroundCheckService()
502 mContext.stopService(serviceIntent); in testBackgroundCheckService()
544 mContext.stopService(serviceIntent); in testBackgroundCheckService()
551 mContext.stopService(serviceIntent); in testBackgroundCheckService()
604 mContext.stopService(mServiceIntent); in testBackgroundCheckStopsService()
605 mContext.stopService(mService2Intent); in testBackgroundCheckStopsService()
720 mContext.stopService(mServiceIntent); in testBackgroundCheckStopsService()
721 mContext.stopService(mService2Intent); in testBackgroundCheckStopsService()
[all …]
/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.java160 private void stopService(String targetPackage) throws Exception { in stopService() method in BatterySaverAlarmTest
170 stopService(packageName); in forcePackageIntoBg()
221 stopService(targetPackage); in testAllowWhileIdleThrottled()
271 stopService(targetPackage); in testAlarmsThrottled()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureConnectionPriorityClientTestActivity.java35 stopService(new Intent(this, BleConnectionPriorityClientService.class)); in onDestroy()
DBleInsecureEncryptedClientTestActivity.java36 stopService(mIntent); in onDestroy()
DBleCocInsecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleCocSecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleInsecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureEncryptedServerTestActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleInsecureClientStartActivity.java42 stopService(mIntent); in onDestroy()
DBleCocSecureClientStartActivity.java42 stopService(mIntent); in onDestroy()
DBleSecureConnectionPriorityClientTestActivity.java37 stopService(mIntent); in onDestroy()
DBleCocInsecureClientStartActivity.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.java61 stopService(); in tearDown()
440 stopService(); in checkTryLockBehavior()
525 stopService(); in checkLockBehavior()
531 void stopService() throws Exception {
532 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