/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
D | HeadsetMediaButtonTest.java | 51 private static final int TEST_TIMEOUT_MILLIS = 1000; field in HeadsetMediaButtonTest 92 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testAddCall() local 99 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testAddCall() local 114 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testRegularCallThatBecomesExternal() local 123 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testRegularCallThatBecomesExternal() local 131 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testRegularCallThatBecomesExternal() local 142 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testExternalCallNotChangesState() local 146 waitForHandlerAction(mHeadsetMediaButton.getHandler(), TEST_TIMEOUT_MILLIS); in testExternalCallNotChangesState() local
|
D | MissedInformationTest.java | 82 private static final int TEST_TIMEOUT_MILLIS = 2000; field in MissedInformationTest 235 assertTrue(mCountDownLatch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testCallFiltersTimeout() 256 assertTrue(mCountDownLatch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testCallScreeningServiceSilence() 279 assertTrue(mCountDownLatch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testShortRing() 298 assertTrue(mCountDownLatch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testLongRing() 322 verify(mAudioManager, timeout(TEST_TIMEOUT_MILLIS)).getStreamVolume(anyInt()); in testLowRingVolume() 346 verify(mAudioManager, timeout(TEST_TIMEOUT_MILLIS)).getStreamVolume(anyInt()); in testNoVibrate() 374 verify(mNotificationManager, timeout(TEST_TIMEOUT_MILLIS)) in testDndMode() 403 verify(mContentResolver, timeout(TEST_TIMEOUT_MILLIS)) in verifyInsertionWithCapture()
|
D | CallLogManagerTest.java | 122 private static final int TEST_TIMEOUT_MILLIS = 200; field in CallLogManagerTest 454 verify(mMissedCallNotifier, timeout(TEST_TIMEOUT_MILLIS)) in testLogCallDirectionMissedAddCallUriForMissedCallsFlagOff() 485 verify(mMissedCallNotifier, timeout(TEST_TIMEOUT_MILLIS)) in testLogCallDirectionMissedAddCallUriForMissedCallsFlagOn() 644 SystemClock.sleep(TEST_TIMEOUT_MILLIS); in testLogCallDirectionOutgoingWithMultiUserCapability() 690 SystemClock.sleep(TEST_TIMEOUT_MILLIS); in testLogCallDirectionIncomingWithMultiUserCapability() 1253 SystemClock.sleep(TEST_TIMEOUT_MILLIS); in verifyNoInsertion() 1259 SystemClock.sleep(TEST_TIMEOUT_MILLIS); in verifyNoInsertionInUser() 1268 verify(mContentProvider, timeout(TEST_TIMEOUT_MILLIS).times(1)).insert( in verifyInsertionWithCapture() 1276 verify(mContentProvider, timeout(TEST_TIMEOUT_MILLIS).times(1)).insert( in verifyLocationInsertionWithCapture()
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/ |
D | AccountsSettingsFragmentTests.java | 52 private static final long TEST_TIMEOUT_MILLIS = 5000; field in AccountsSettingsFragmentTests 180 latch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in initDialog()
|
/packages/apps/CellBroadcastReceiver/tests/unit/src/com/android/cellbroadcastreceiver/unit/ |
D | CellBroadcastListActivityTest.java | 107 private static final int TEST_TIMEOUT_MILLIS = 1000; field in CellBroadcastListActivityTest 324 waitForHandlerAction(Handler.getMain(), TEST_TIMEOUT_MILLIS); in testOnContextItemSelectedDelete() local 346 waitForHandlerAction(Handler.getMain(), TEST_TIMEOUT_MILLIS); in testOnContextItemSelectedDeleteForWatch() local 375 waitForHandlerAction(Handler.getMain(), TEST_TIMEOUT_MILLIS); in testOnActionItemClickedDelete() local 524 waitForHandlerAction(Handler.getMain(), TEST_TIMEOUT_MILLIS); in testOnActionItemClickedDeleteOnMultiSelect() local 657 waitForHandlerAction(Handler.getMain(), TEST_TIMEOUT_MILLIS); in testFragmentOnOptionsItemSelected() local
|
D | CellBroadcastSettingsTest.java | 84 private static final long TEST_TIMEOUT_MILLIS = 1000L; field in CellBroadcastSettingsTest 452 waitForChange(() -> exerciseTestCheckBox.isVisible(), TEST_TIMEOUT_MILLIS); in testShowTestCheckBox() local 454 waitForChange(() -> operatorDefinedCheckBox.isVisible(), TEST_TIMEOUT_MILLIS); in testShowTestCheckBox() local
|
/packages/modules/IPsec/tests/iketests/src/java/com/android/internal/net/eap/ |
D | EapAuthenticatorTest.java | 55 private static final long TEST_TIMEOUT_MILLIS = 2 * AUTHENTICATOR_TIMEOUT_MILLIS; field in EapAuthenticatorTest 211 mTestLooper.moveTimeForward(TEST_TIMEOUT_MILLIS); in testProcessEapMessageStateMachineTimeout()
|