Home
last modified time | relevance | path

Searched refs:TEST_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
DAccountsSettingsFragmentTests.java52 private static final long TEST_TIMEOUT_MILLIS = 5000; field in AccountsSettingsFragmentTests
180 latch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in initDialog()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallLogManagerTest.java106 private static final int TEST_TIMEOUT_MILLIS = 200; field in CallLogManagerTest
376 verify(mMissedCallNotifier, timeout(TEST_TIMEOUT_MILLIS)) in testLogCallDirectionMissed()
926 Thread.sleep(TEST_TIMEOUT_MILLIS); in verifyNoInsertion()
940 Thread.sleep(TEST_TIMEOUT_MILLIS); in verifyNoInsertionInUser()
954 verify(getContentProviderForUser(userId), timeout(TEST_TIMEOUT_MILLIS).atLeastOnce()) in verifyInsertionWithCapture()