Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DContentResolverSyncTestCase.java47 private static final int LATCH_TIMEOUT_MS = 5000; field in ContentResolverSyncTestCase
66 cancelSync(null, AUTHORITY, LATCH_TIMEOUT_MS); in tearDown()
194 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync()
198 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync()
225 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync()
229 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync()
368 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS);
372 requestSync(null /* all accounts */, AUTHORITY, LATCH_TIMEOUT_MS);
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerTest.java124 private static final int LATCH_TIMEOUT_MS = 1000; field in AccountManagerTest
563 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testAddAccountWithCallbackAndHandler()
1115 latch1.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1154 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler()
1406 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success()
1466 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success()
1537 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallbackAndHandler()
1597 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithOptionsAndCallbackAndHandler()
1824 latch.await(3 * LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testConfirmCredentialsWithCallbackAndHandler()
1906 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testUpdateCredentialsWithCallbackAndHandler()
[all …]