Searched refs:TEST_TIMEOUT_MILLIS (Results 1 – 2 of 2) sorted by relevance
52 private static final long TEST_TIMEOUT_MILLIS = 5000; field in AccountsSettingsFragmentTests180 latch.await(TEST_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS); in initDialog()
106 private static final int TEST_TIMEOUT_MILLIS = 200; field in CallLogManagerTest376 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()