OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TEST_TIMEOUT_MILLIS
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/settings/
AccountsSettingsFragmentTests.java
43
private static final long
TEST_TIMEOUT_MILLIS
= 5000;
163
latch.await(
TEST_TIMEOUT_MILLIS
, TimeUnit.MILLISECONDS);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
CallLogManagerTest.java
92
private static final int
TEST_TIMEOUT_MILLIS
= 200;
298
verify(mMissedCallNotifier, timeout(
TEST_TIMEOUT_MILLIS
))
672
Thread.sleep(
TEST_TIMEOUT_MILLIS
);
686
Thread.sleep(
TEST_TIMEOUT_MILLIS
);
700
verify(getContentProviderForUser(userId), timeout(
TEST_TIMEOUT_MILLIS
).atLeastOnce()
[
all
...]
Completed in 475 milliseconds