/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/tests/app/src/android/app/cts/ |
D | PendingIntentTest.java | 115 mPendingIntent.cancel(); in testGetActivity() 152 mPendingIntent.cancel(); in testGetBroadcast() 176 mPendingIntent.cancel(); in testGetService() 195 mPendingIntent.cancel(); in testCancel() 224 mPendingIntent.cancel(); in testSend() 257 mPendingIntent.cancel(); in testSendWithParamInt() 275 mPendingIntent.cancel(); in testSendWithParamContextIntIntent() 285 mPendingIntent.cancel(); in testSendWithParamContextIntIntent() 307 mPendingIntent.cancel(); in testSendWithParamIntOnFinishedHandler() 323 mPendingIntent.cancel(); in testSendWithParamIntOnFinishedHandler() [all …]
|
D | AlarmManagerTest.java | 250 mAm.cancel(mSender); in testSetRepeating() 264 mAm.cancel(mSender); in testCancel() 318 mAm.cancel(mSender2); in testSetAlarmClock()
|
D | NotificationManagerTest.java | 75 mNotificationManager.cancel(id); in testCancel()
|
/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/tests/tests/hardware/src/android/hardware/fingerprint/cts/ |
D | FingerprintManagerTest.java | 96 cancelAuth.cancel(); in test_authenticateNullCallback() 114 cancelAuth.cancel(); in test_authenticate()
|
/cts/tests/tests/voiceinteraction/service/src/android/voiceinteraction/service/ |
D | MainInteractionSession.java | 54 t.cancel(true); in onDestroy() 263 arg.abortReq.cancel(); in doInBackground() 269 arg.commandReq.cancel(); in doInBackground() 279 arg.compReq.cancel(); in doInBackground() 285 arg.confReq.cancel(); in doInBackground() 291 arg.pickReq.cancel(); in doInBackground()
|
/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/leanbackjank/app/src/android/cts/jank/leanback/ui/ |
D | MainFragment.java | 80 mAutoScrollTimer.cancel(); in onDestroy() 167 mAutoScrollTimer.cancel(); in run() 183 mAutoScrollTimer.cancel(); in startAutoScrollTimer()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | WorkNotificationTestActivity.java | 65 mNotificationManager.cancel(NOTIFICATION_ID); in onCreate()
|
/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/webkit/src/android/webkit/cts/ |
D | HttpAuthHandlerTest.java | 85 handler.cancel(); in onReceivedHttpAuthRequest() 107 handler.cancel(); in onReceivedHttpAuthRequest()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_IdsTest.java | 41 Button buttonCancel = (Button) activity.findViewById(R.id.cancel); in testIds()
|
/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/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/JobScheduler/src/android/jobscheduler/cts/ |
D | TimingConstraintsTest.java | 65 mJobScheduler.cancel(CANCEL_JOB_ID); in testCancel()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
D | DeviceSuspendTestActivity.java | 228 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpWhenReportLatencyExpires() 273 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpWhenFIFOFull() 317 mAlarmManager.cancel(mPendingIntent); in runAPWakeUpByAlarmNonWakeSensor()
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NoSystemFunctionPermissionTest.java | 120 vibrator.cancel(); in testVibrator()
|
/cts/tests/tests/animation/src/android/animation/cts/ |
D | AnimatorTest.java | 101 mAnimator.cancel(); in testCancel() 142 mAnimator.cancel(); in testSetListener()
|
/cts/tests/tests/hardware/src/android/hardware/multiprocess/ |
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()
|
/cts/hostsidetests/theme/app/src/android/theme/app/ |
D | GenerateImagesActivity.java | 126 public void cancel() { in cancel() method in GenerateImagesActivity.KeyguardCheck
|
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/ |
D | TestSensorOperation.java | 134 suspendStateMonitor.cancel(); in execute() 282 suspendMonitor.cancel(); in createOperation()
|