/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 120 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;} in start() 123 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;} in start() 148 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;} in connect() 152 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;} in connect() 170 if (mConnectThread != null) {mConnectThread.cancel(); mConnectThread = null;} in connected() 173 if (mConnectedThread != null) {mConnectedThread.cancel(); mConnectedThread = null;} in connected() 177 mSecureAcceptThread.cancel(); in connected() 181 mInsecureAcceptThread.cancel(); in connected() 206 mConnectThread.cancel(); in stop() 211 mConnectedThread.cancel(); in stop() [all …]
|
/cts/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 151 mPendingIntent.cancel(); in testGetActivity() 188 mPendingIntent.cancel(); in testGetBroadcast() 212 mPendingIntent.cancel(); in testGetService() 239 mPendingIntent.cancel(); in testStartServiceOnFinishedHandler() 256 mPendingIntent.cancel(); in testStartServiceOnFinishedHandler() 268 mPendingIntent.cancel(); in testCancel() 296 mPendingIntent.cancel(); in testSend() 327 mPendingIntent.cancel(); in testSendWithParamInt() 344 mPendingIntent.cancel(); in testSendWithParamContextIntIntent() 353 mPendingIntent.cancel(); in testSendWithParamContextIntIntent() [all …]
|
D | AlarmManagerTest.java | 251 mAm.cancel(mSender); in testSetRepeating() 265 mAm.cancel(mSender); in testCancel() 319 mAm.cancel(mSender2); in testSetAlarmClock()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | AsyncTaskTest.java | 102 assertTrue(mAsyncTask.cancel(true)); in testCancelWithInterrupt() 104 assertFalse(mAsyncTask.cancel(true)); in testCancelWithInterrupt() 115 assertTrue(mAsyncTask.cancel(false)); in testCancel() 117 assertFalse(mAsyncTask.cancel(false)); in testCancel() 127 assertFalse(mAsyncTask.cancel(false)); in testCancelTooLate()
|
D | VibratorTest.java | 42 mVibrator.cancel(); in testVibratorCancel()
|
D | CountDownTimerTest.java | 56 mActivity.countDownTimer.cancel(); in testCountDownTimerCancel()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | FailureListener.java | 60 bugSource.cancel(); in testFailed() 68 logSource.cancel(); in testFailed() 75 screenSource.cancel(); in testFailed()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | ViewAnimatorTest.java | 90 final View v2 = mActivity.findViewById(R.id.cancel); in testShowNext() 135 final View v2 = mActivity.findViewById(R.id.cancel); in testAccessDisplayedChild() 169 final View v2 = mActivity.findViewById(R.id.cancel); in testAccessDisplayedChildBoundary() 197 final View v2 = mActivity.findViewById(R.id.cancel); in testGetBaseline() 223 final View v2 = mActivity.findViewById(R.id.cancel); in testShowPrevious() 281 final View v2 = mActivity.findViewById(R.id.cancel); in testAddView() 321 final View v2 = mActivity.findViewById(R.id.cancel); in testRemoveViews()
|
/cts/tests/tests/hardware/src/android/hardware/fingerprint/cts/ |
D | FingerprintManagerTest.java | 98 cancelAuth.cancel(); in test_authenticateNullCallback() 116 cancelAuth.cancel(); in test_authenticate()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 58 t.cancel(true); in onDestroy() 276 arg.abortReq.cancel(); in doInBackground() 282 arg.commandReq.cancel(); in doInBackground() 292 arg.compReq.cancel(); in doInBackground() 298 arg.confReq.cancel(); in doInBackground() 304 arg.pickReq.cancel(); in doInBackground()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | DeviceSuspendTestActivity.java | 227 mAlarmManager.cancel(mPendingIntent); in testTimestampClockSource() 240 mAlarmManager.cancel(mPendingIntent); in testTimestampClockSource() 301 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpWhenReportLatencyExpires() 348 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpWhenFIFOFull() 442 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpByAlarmNonWakeSensor()
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/ui/ |
D | MainFragment.java | 119 mAutoScrollTimer.cancel(); 206 mAutoScrollTimer.cancel(); 218 mAutoScrollTimer.cancel();
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | ValueAnimatorTest.java | 175 delayedAnim.cancel(); in testSetCurrentPlayTime() 416 animator.cancel(); in testNoDelayOnSeekAnimation() 471 animator.cancel(); in cancelAnimation() 487 public CountDownLatch cancel = new CountDownLatch(1); field in ValueAnimatorTest.EventWatcher 491 cancel.countDown(); in onAnimationCancel()
|
D | AnimatorTest.java | 101 mAnimator.cancel(); in testCancel() 142 mAnimator.cancel(); in testSetListener()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/ |
D | SuidFilesActivity.java | 83 .setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() { in onCreate() 107 mFindSuidFilesTask.cancel(true); in startScan() 147 mFindSuidFilesTask.cancel(true); in onDestroy()
|
/cts/tests/tests/app/src/android/app/cts/ |
D | ApplyOverrideConfigurationActivity.java | 71 mOnConfigurationChangedFuture.cancel(true); in watchForSingleOnConfigurationChangedCallback()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | HttpAuthHandlerTest.java | 85 handler.cancel(); in onReceivedHttpAuthRequest() 107 handler.cancel(); in onReceivedHttpAuthRequest()
|
/cts/common/host-side/util/src/com/android/compatibility/common/util/ |
D | MonitoringUtils.java | 60 bugSource.cancel(); in checkDeviceConnectivity()
|
/cts/tests/tests/database/src/android/database/sqlite/cts/ |
D | SQLiteQueryBuilderTest.java | 298 cancellationSignal.cancel(); in testCancelableQuery_WhenCanceledBeforeQuery_ThrowsImmediately() 320 cancellationSignal.cancel(); in testCancelableQuery_WhenCanceledAfterQuery_ThrowsWhenExecuted() 355 cancellationSignal.cancel(); in testCancelableQuery_WhenCanceledDueToContention_StopsWaitingAndThrows() 420 cancellationSignal.cancel(); in testCancelableQuery_WhenCanceledDuringLongRunningQuery_CancelsQueryAndThrows()
|
/cts/tests/JobScheduler/src/android/jobscheduler/cts/ |
D | TimingConstraintsTest.java | 53 mJobScheduler.cancel(CANCEL_JOB_ID); in testCancel()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_IdsTest.java | 41 Button buttonCancel = (Button) activity.findViewById(R.id.cancel); in testIds()
|
/cts/apps/NotificationBot/src/com/android/cts/robot/ |
D | NotificationBot.java | 61 noMa.cancel(id); in onReceive()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/ |
D | ServRespTestCase.java | 117 mTimer.cancel(); in tearDown()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NoSystemFunctionPermissionTest.java | 120 vibrator.cancel(); in testVibrator()
|
/cts/tests/camera/src/android/hardware/multiprocess/camera/cts/ |
D | ErrorLoggingService.java | 353 i.cancel(true); in cancelAll() 362 public void cancel(SettableFuture<List<LogEvent>> report) { in cancel() method in ErrorLoggingService.ErrorServiceConnection.ReplyHandler 364 report.cancel(true); in cancel()
|