/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 211 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 …]
|
D | IntentServiceTest.java | 47 mContext.stopService(mIntent); in tearDown() 110 mContext.stopService(mIntent); in testIntentServiceLifeCycle()
|
D | ActivityManagerProcessStateTest.java | 105 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 …]
|
D | ActivityManagerTest.java | 100 mInstrumentation.getContext().stopService(mIntent); in tearDown() 314 mContext.stopService(intent); 387 mInstrumentation.getTargetContext().stopService(mIntent);
|
/cts/tests/tests/os/src/android/os/cts/ |
D | BinderTest.java | 132 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()
|
D | ProcessTest.java | 91 getContext().stopService(mIntent); in tearDown() 164 getContext().stopService(mIntent); in testKillProcess() 195 getContext().stopService(mIntent); in testSendSignal()
|
D | ParcelFileDescriptorProcessTest.java | 115 context.stopService(redIntent); in tearDown() 116 context.stopService(blueIntent); in tearDown()
|
D | CrossProcessExceptionTest.java | 83 context.stopService(greenIntent); in tearDown()
|
D | RemoteCallbackListTest.java | 83 mContext.stopService(mIntent); in tearDown()
|
D | TokenWatcherTest.java | 107 getContext().stopService(mIntent); in tearDown()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | MockService.java | 125 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/ |
D | BleInsecureConnectionPriorityClientTestActivity.java | 35 stopService(new Intent(this, BleConnectionPriorityClientService.class)); in onDestroy()
|
D | BleInsecureEncryptedClientTestActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleSecureEncryptedServerTestActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleInsecureServerStartActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleSecureServerStartActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleSecureConnectionPriorityClientTestActivity.java | 37 stopService(mIntent); in onDestroy()
|
D | BleInsecureClientStartActivity.java | 42 stopService(mIntent); in onDestroy()
|
D | BleSecureEncryptedClientTestActivity.java | 37 stopService(mIntent); in onDestroy()
|
D | BleSecureClientStartActivity.java | 43 stopService(mIntent); in onDestroy()
|
D | BleInsecureEncryptedServerTestActivity.java | 72 stopService(mIntent); in onDestroy()
|
D | BleEncryptedServerBaseActivity.java | 96 stopService(new Intent(this, BleConnectionPriorityServerService.class)); in onDestroy()
|
D | BleScannerHardwareScanFilterActivity.java | 116 stopService(new Intent(this, BleScannerService.class)); in stop()
|
/cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
D | ReceiveUriService.java | 77 context.stopService(intent); in stop()
|
/cts/tests/tests/libcorefileio/src/android/cts/ |
D | FileChannelInterProcessLockTest.java | 63 stopService(); in tearDown() 442 stopService(); in checkTryLockBehavior() 527 stopService(); in checkLockBehavior() 533 void stopService() throws Exception { 534 getContext().stopService(new Intent(getContext(), LockHoldingService.class));
|