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
88
private static final int
TEST_TIMEOUT_MILLIS
= 200;
634
verify(mContentProvider, timeout(
TEST_TIMEOUT_MILLIS
).never()).insert(any(String.class),
645
verify(getContentProviderForUser(userId), timeout(
TEST_TIMEOUT_MILLIS
).never())
656
verify(getContentProviderForUser(userId), timeout(
TEST_TIMEOUT_MILLIS
).atLeastOnce())
[
all
...]
Completed in 62 milliseconds