Home
last modified time | relevance | path

Searched refs:CALLBACK_TIMEOUT_MILLIS (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/
DEuiccServiceTest.java81 private static final int CALLBACK_TIMEOUT_MILLIS = 2000 /* 2 sec */; field in EuiccServiceTest
246 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetEid()
276 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetAvailableMemoryInBytes_onSuccess()
306 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetAvailableMemoryInBytes_onUnsupportedOperationException()
329 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetOtaStatus()
359 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetDownloadableSubscriptionMetadata()
389 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetDownloadableSubscriptionMetadataWithPortIndex()
412 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnStartOtaIfNecessary()
437 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetDefaultDownloadableSubscriptionList()
469 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnDownloadSubscription()
[all …]
DEuiccManagerTest.java73 private static final int CALLBACK_TIMEOUT_MILLIS = 2000; field in EuiccManagerTest
219 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testDownloadSubscription()
263 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testDeleteSubscription()
301 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testSwitchToSubscritionDisableWithNoPortAndChangesCompatDisabled()
354 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testSwitchToSubscription()
385 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testSwitchToSubscriptionWithCallback()
417 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testEraseSubscriptions()
736 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testEuiccProvisionAction()
764 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testEuiccManageAction()
792 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testEuiccTransferAction()
[all …]
/cts/tests/vibrator/src/android/os/cts/
DVibratorTest.java137 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in VibratorTest
627 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS)).onVibratorStateChanged(false); in testVibratorStateCallback()
628 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS)).onVibratorStateChanged(false); in testVibratorStateCallback()
633 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS)).onVibratorStateChanged(true); in testVibratorStateCallback()
634 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS)).onVibratorStateChanged(true); in testVibratorStateCallback()
637 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS).times(2)).onVibratorStateChanged(false); in testVibratorStateCallback()
638 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS).times(2)).onVibratorStateChanged(false); in testVibratorStateCallback()
652 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS)).onVibratorStateChanged(false); in testVibratorStateCallbackRemoval()
653 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS)).onVibratorStateChanged(false); in testVibratorStateCallbackRemoval()
663 verify(listener1, after(CALLBACK_TIMEOUT_MILLIS).never()).onVibratorStateChanged(true); in testVibratorStateCallbackRemoval()
[all …]
DVibratorManagerTest.java71 private static final long CALLBACK_TIMEOUT_MILLIS = 5_000; field in VibratorManagerTest
323 timeout(CALLBACK_TIMEOUT_MILLIS).atLeastOnce().description( in assertVibratorStateChangesTo()
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceVibratorTest.java71 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in InputDeviceVibratorTest
119 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in setup()
159 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()
189 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DInputHidTestCase.java75 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in InputHidTestCase
271 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()
277 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()
312 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()