Searched refs:CALLBACK_TIMEOUT_MILLIS (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/telephony/current/src/android/telephony/euicc/cts/ |
D | EuiccServiceTest.java | 69 private static final int CALLBACK_TIMEOUT_MILLIS = 2000 /* 2 sec */; field in EuiccServiceTest 204 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetEid() 227 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetOtaStatus() 255 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetDownloadableSubscriptionMetadata() 278 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnStartOtaIfNecessary() 303 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetDefaultDownloadableSubscriptionList() 334 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnDownloadSubscription() 358 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetEuiccProfileInfoList() 382 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnGetEuiccInfo() 405 mCountDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testOnDeleteSubscription() [all …]
|
D | EuiccManagerTest.java | 54 private static final int CALLBACK_TIMEOUT_MILLIS = 2000; field in EuiccManagerTest 132 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testDownloadSubscription() 175 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testDeleteSubscription() 205 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testSwitchToSubscription() 236 countDownLatch.await(CALLBACK_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in testEraseSubscriptions()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | VibratorTest.java | 75 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in VibratorTest 335 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS).times(1)).onVibratorStateChanged(false); in testVibratorStateCallback() 336 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS).times(1)).onVibratorStateChanged(false); in testVibratorStateCallback() 340 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS).times(1)).onVibratorStateChanged(true); in testVibratorStateCallback() 341 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS).times(1)).onVibratorStateChanged(true); in testVibratorStateCallback() 355 verify(listener1, timeout(CALLBACK_TIMEOUT_MILLIS).times(0)) in testVibratorStateCallback() 357 verify(listener2, timeout(CALLBACK_TIMEOUT_MILLIS).times(0)) in testVibratorStateCallback() 363 verify(mStateListener, timeout(CALLBACK_TIMEOUT_MILLIS).atLeastOnce()) in assertStartsThenStopsVibrating() 380 verify(mStateListener, timeout(CALLBACK_TIMEOUT_MILLIS).atLeastOnce()) in assertVibratorState()
|
D | VibratorManagerTest.java | 71 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in VibratorManagerTest 230 verify(mStateListeners.valueAt(i), timeout(CALLBACK_TIMEOUT_MILLIS).atLeastOnce()) in assertStartsThenStopsVibrating() 261 verify(listener, timeout(CALLBACK_TIMEOUT_MILLIS).atLeastOnce()) in assertVibratorState()
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceVibratorTest.java | 68 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in InputDeviceVibratorTest 120 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in setup() 158 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents() 188 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()
|
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/ |
D | InputHidTestCase.java | 72 private static final long CALLBACK_TIMEOUT_MILLIS = 5000; field in InputHidTestCase 275 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents() 281 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents() 316 verify(mListener, timeout(CALLBACK_TIMEOUT_MILLIS) in testInputVibratorEvents()
|