Searched refs:LATCH_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 49 private static final int LATCH_TIMEOUT_MS = 5000; field in ContentResolverSyncTestCase 68 cancelSync(null, AUTHORITY, LATCH_TIMEOUT_MS); in tearDown() 196 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync() 200 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync() 227 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync() 231 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync() 370 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); 374 requestSync(null /* all accounts */, AUTHORITY, LATCH_TIMEOUT_MS);
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 122 private static final int LATCH_TIMEOUT_MS = 1000; field in AccountManagerTest 561 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testAddAccountWithCallbackAndHandler() 1113 latch1.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1152 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1404 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success() 1464 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success() 1535 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallbackAndHandler() 1595 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithOptionsAndCallbackAndHandler() 1822 latch.await(3 * LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testConfirmCredentialsWithCallbackAndHandler() 1904 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testUpdateCredentialsWithCallbackAndHandler() [all …]
|