Searched refs:LATCH_TIMEOUT_MS (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | ContentResolverSyncTestCase.java | 42 private static final int LATCH_TIMEOUT_MS = 5000; field in ContentResolverSyncTestCase 61 cancelSync(null, AUTHORITY, LATCH_TIMEOUT_MS); in tearDown() 170 LATCH_TIMEOUT_MS, in testRequestSync() 176 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync() 180 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testRequestSync() 202 LATCH_TIMEOUT_MS, in testCancelSync() 208 requestSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync() 212 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); in testCancelSync() 346 LATCH_TIMEOUT_MS, 352 cancelSync(ACCOUNT, AUTHORITY, LATCH_TIMEOUT_MS); [all …]
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 102 private static final int LATCH_TIMEOUT_MS = 500; field in AccountManagerTest 538 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testAddAccountWithCallbackAndHandler() 883 latch1.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 922 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1174 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success() 1234 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success() 1305 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallbackAndHandler() 1365 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithOptionsAndCallbackAndHandler() 1582 latch.await(3 * LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testConfirmCredentialsWithCallbackAndHandler() 1664 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testUpdateCredentialsWithCallbackAndHandler() [all …]
|