Home
last modified time | relevance | path

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

12

/cts/tests/app/src/android/app/cts/
DServiceTest.java211 mContext.stopService(service); in startExpectResult()
215 mContext.stopService(service); in startExpectResult()
332 mContext.stopService(service); in bindExpectResult()
338 mContext.stopService(service); in bindExpectResult()
357 mContext.stopService(service); in bindExpectResult()
364 mContext.stopService(service); in bindExpectResult()
383 mContext.stopService(service); in bindExpectResult()
400 mContext.stopService(service); in bindExpectResult()
453 mContext.stopService(mLocalService); in tearDown()
454 mContext.stopService(mLocalForegroundService); in tearDown()
[all …]
DIntentServiceTest.java47 mContext.stopService(mIntent); in tearDown()
110 mContext.stopService(mIntent); in testIntentServiceLifeCycle()
DActivityManagerProcessStateTest.java105 mContext.stopService(mServiceIntent); in setUp()
106 mContext.stopService(mService2Intent); in setUp()
396 mContext.stopService(serviceIntent); in testBackgroundCheckService()
460 mContext.stopService(serviceIntent); in testBackgroundCheckService()
502 mContext.stopService(serviceIntent); in testBackgroundCheckService()
509 mContext.stopService(serviceIntent); in testBackgroundCheckService()
562 mContext.stopService(mServiceIntent); in testBackgroundCheckStopsService()
563 mContext.stopService(mService2Intent); in testBackgroundCheckStopsService()
678 mContext.stopService(mServiceIntent); in testBackgroundCheckStopsService()
679 mContext.stopService(mService2Intent); in testBackgroundCheckStopsService()
[all …]
DActivityManagerTest.java100 mInstrumentation.getContext().stopService(mIntent); in tearDown()
314 mContext.stopService(intent);
387 mInstrumentation.getTargetContext().stopService(mIntent);
/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()
DRemoteCallbackListTest.java83 mContext.stopService(mIntent); in tearDown()
DTokenWatcherTest.java107 getContext().stopService(mIntent); in tearDown()
/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/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleInsecureConnectionPriorityClientTestActivity.java35 stopService(new Intent(this, BleConnectionPriorityClientService.class)); in onDestroy()
DBleInsecureEncryptedClientTestActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureEncryptedServerTestActivity.java36 stopService(mIntent); in onDestroy()
DBleInsecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureServerStartActivity.java36 stopService(mIntent); in onDestroy()
DBleSecureConnectionPriorityClientTestActivity.java37 stopService(mIntent); in onDestroy()
DBleInsecureClientStartActivity.java42 stopService(mIntent); in onDestroy()
DBleSecureEncryptedClientTestActivity.java37 stopService(mIntent); in onDestroy()
DBleSecureClientStartActivity.java43 stopService(mIntent); in onDestroy()
DBleInsecureEncryptedServerTestActivity.java72 stopService(mIntent); in onDestroy()
DBleEncryptedServerBaseActivity.java96 stopService(new Intent(this, BleConnectionPriorityServerService.class)); in onDestroy()
DBleScannerHardwareScanFilterActivity.java116 stopService(new Intent(this, BleScannerService.class)); in stop()
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
DReceiveUriService.java77 context.stopService(intent); in stop()
/cts/tests/tests/libcorefileio/src/android/cts/
DFileChannelInterProcessLockTest.java63 stopService(); in tearDown()
442 stopService(); in checkTryLockBehavior()
527 stopService(); in checkLockBehavior()
533 void stopService() throws Exception {
534 getContext().stopService(new Intent(getContext(), LockHoldingService.class));

12