/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()
|
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 471 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 …]
|
D | ActivityManagerProcessStateTest.java | 146 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 …]
|
D | IntentServiceTest.java | 47 mContext.stopService(mIntent); in tearDown() 110 mContext.stopService(mIntent); in testIntentServiceLifeCycle()
|
/cts/hostsidetests/devicepolicy/app/SimpleApp/src/com/android/cts/launcherapps/simpleapp/ |
D | SimpleActivityStartFgService.java | 53 stopService(serviceIntent); in onCreate() 68 stopService(serviceIntent); in onNewIntent()
|
/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/tests/tests/batterysaving/src/android/os/cts/batterysaving/ |
D | BatterySaverAlarmTest.java | 161 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/ |
D | BleInsecureConnectionPriorityClientTestActivity.java | 35 stopService(new Intent(this, BleConnectionPriorityClientService.class)); in onDestroy()
|
D | BleCocSecureServerStartActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleSecureServerStartActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleCocInsecureServerStartActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleInsecureServerStartActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleInsecureEncryptedClientTestActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleSecureEncryptedServerTestActivity.java | 36 stopService(mIntent); in onDestroy()
|
D | BleInsecureClientStartActivity.java | 42 stopService(mIntent); in onDestroy()
|
D | BleCocInsecureClientStartActivity.java | 42 stopService(mIntent); in onDestroy()
|
D | BleSecureConnectionPriorityClientTestActivity.java | 37 stopService(mIntent); in onDestroy()
|
D | BleCocSecureClientStartActivity.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()
|
/cts/tests/tests/libcorefileio/src/android/cts/ |
D | FileChannelInterProcessLockTest.java | 62 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/ |
D | ReceiveUriService.java | 77 context.stopService(intent); in stop()
|