/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 139 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;} in start() 142 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;} in start() 202 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;} in connect() 206 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;} in connect() 224 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;} in connected() 227 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;} in connected() 231 mSecureAcceptThread.cancel(); in connected() 235 mInsecureAcceptThread.cancel(); in connected() 260 mConnectThread.cancel(); in stop() 265 mConnectedThread.cancel(); in stop() [all …]
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
D | CategoryTest.java | 36 receiver.cancel(); in testDefaultCategories() 52 receiver.cancel(); in testSingleCategory() 66 receiver2.cancel(); in testSingleCategory() 83 receiver.cancel(); in testMultipleCategories()
|
D | PackageTest.java | 46 receiver.cancel(); in testSinglePackage() 60 receiver2.cancel(); in testSinglePackage() 76 receiver.cancel(); in testMultiplePackages()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AsyncTaskTest.java | 106 assertTrue(mMyAsyncTask.cancel(true)); in testCancelWithInterrupt() 108 assertFalse(mMyAsyncTask.cancel(true)); in testCancelWithInterrupt() 119 assertTrue(mMyAsyncTask.cancel(false)); in testCancel() 121 assertFalse(mMyAsyncTask.cancel(false)); in testCancel() 131 assertFalse(mMyAsyncTask.cancel(false)); in testCancelTooLate() 167 mAsyncTask.cancel(false); in testCancellationWithException()
|
D | VibratorManagerTest.java | 96 mVibratorManager.cancel(); in cleanUp() 105 mVibratorManager.cancel(); in testCancel() 121 mVibratorManager.cancel(); in testVibrateOneShot() 143 mVibratorManager.cancel(); in testVibrateWaveform() 171 vibrator.cancel(); in testVibrateSingleVibrator() 223 vibrator.cancel(); in testVibrator()
|
D | VibratorTest.java | 111 mVibrator.cancel(); in cleanUp() 119 mVibrator.cancel(); in testVibratorCancel() 169 mVibrator.cancel(); in testVibrateOneShot() 193 mVibrator.cancel(); in testVibrateWaveform() 303 mVibrator.cancel(); in testVibratorIsVibrating() 343 mVibrator.cancel(); in testVibratorStateCallback()
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 160 mPendingIntent.cancel(); in testGetActivity() 204 mPendingIntent.cancel(); in testGetBroadcast() 292 pi.cancel(); in testUpdateCurrent() 310 mPendingIntent.cancel(); in testGetService() 344 mPendingIntent.cancel(); in testStartServiceOnFinishedHandler() 361 mPendingIntent.cancel(); in testStartServiceOnFinishedHandler() 373 mPendingIntent.cancel(); in testCancel() 401 mPendingIntent.cancel(); in testSend() 432 mPendingIntent.cancel(); in testSendWithParamInt() 450 mPendingIntent.cancel(); in testSendWithParamContextIntIntent() [all …]
|
/cts/tests/framework/base/biometrics/src/android/server/biometrics/ |
D | BiometricSimpleTests.java | 197 CancellationSignal cancel = new CancellationSignal(); in testWhenCredentialEnrolled() local 199 showCredentialOnlyBiometricPrompt(callback, cancel, true /* shouldShow */); in testWhenCredentialEnrolled() 200 cancelAuthentication(cancel); in testWhenCredentialEnrolled() 212 cancel = new CancellationSignal(); in testWhenCredentialEnrolled() 214 showDeviceCredentialAllowedBiometricPrompt(callback, cancel, true /* shouldShow */); in testWhenCredentialEnrolled() 215 cancelAuthentication(cancel); in testWhenCredentialEnrolled()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ViewAnimatorTest.java | 94 final View v2 = mActivity.findViewById(R.id.cancel); in testShowNext() 141 final View v2 = mActivity.findViewById(R.id.cancel); in testAccessDisplayedChild() 176 final View v2 = mActivity.findViewById(R.id.cancel); in testAccessDisplayedChildBoundary() 205 final View v2 = mActivity.findViewById(R.id.cancel); in testGetBaseline() 232 final View v2 = mActivity.findViewById(R.id.cancel); in testShowPrevious() 292 final View v2 = mActivity.findViewById(R.id.cancel); in testAddView() 334 final View v2 = mActivity.findViewById(R.id.cancel); in testRemoveViews()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 60 t.cancel(true); in onDestroy() 281 arg.abortReq.cancel(); in doInBackground() 287 arg.commandReq.cancel(); in doInBackground() 297 arg.compReq.cancel(); in doInBackground() 303 arg.confReq.cancel(); in doInBackground() 309 arg.pickReq.cancel(); in doInBackground()
|
/cts/tests/JobSchedulerSharedUid/src/android/jobscheduler/cts/shareduidtests/ |
D | SharedUidTest.java | 55 js.cancel(JOBID); in testCancelDisabledPackageJob() 97 js.cancel(JOBID); in testCancelDisabledPackageJob()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | WindowInsetsAnimationUtils.java | 70 mAnimator.cancel(); in requestControlThenTransitionToVisibility() 89 animator.cancel(); in runTransition()
|
/cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/ |
D | FingerprintManagerTest.java | 110 cancelAuth.cancel(); in test_authenticateNullCallback() 128 cancelAuth.cancel(); in test_authenticate()
|
/cts/tests/AlarmManager/app/src/android/alarmmanager/alarmtestapp/cts/ |
D | TestAlarmScheduler.java | 89 am.cancel(alarmClockSender); in onReceive() 90 am.cancel(alarmSender); in onReceive()
|
/cts/tests/tests/voiceRecognition/src/android/voicerecognition/cts/ |
D | SpeechRecognitionActivity.java | 81 public void cancel() { in cancel() method in SpeechRecognitionActivity 82 mHandler.post(mRecognizer::cancel); in cancel()
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | SimpleSaveActivity.java | 68 mCancel = findViewById(R.id.cancel); in onCreate() 71 mCancel.setOnClickListener((v) -> getAutofillManager().cancel()); in onCreate()
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/ |
D | MainFragment.java | 120 mAutoScrollTimer.cancel(); 208 mAutoScrollTimer.cancel(); 220 mAutoScrollTimer.cancel();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | DeviceSuspendTestActivity.java | 267 mAlarmManager.cancel(mPendingIntent); in verifyDeviceCanSuspend() 280 mAlarmManager.cancel(mPendingIntent); in verifyDeviceCanSuspend() 367 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpWhenReportLatencyExpires() 414 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpWhenFIFOFull() 508 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpByAlarmNonWakeSensor()
|
/cts/tests/tests/print/src/android/print/cts/ |
D | InterfaceForAppsTest.java | 154 job.cancel(); in createFirstMockPrinterServiceCallbacks() 241 job.cancel(); 258 job.cancel(); 301 job.cancel();
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | HttpAuthHandlerTest.java | 87 handler.cancel(); in onReceivedHttpAuthRequest() 109 handler.cancel(); in onReceivedHttpAuthRequest()
|
/cts/tests/tests/view/surfacevalidator/src/android/view/cts/surfacevalidator/ |
D | AnimationTestCase.java | 56 mAnimator.cancel(); in end()
|
/cts/tests/controls/src/android/controls/cts/ |
D | CtsControlsPublisher.java | 56 public void cancel() { in subscribe�()
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | GetCurrentLocationCapture.java | 51 mCancellationSignal.cancel(); in close()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | ApplyOverrideConfigurationActivity.java | 71 mOnConfigurationChangedFuture.cancel(true); in watchForSingleOnConfigurationChangedCallback()
|
/cts/hostsidetests/devicepolicy/app/NotificationSender/src/com/android/cts/managedprofiletests/notificationsender/ |
D | SendNotification.java | 70 notificationManager.cancel(NOTIFICATION_ID); in cancelNotification()
|