Searched refs:LATCH_TIMEOUT_MS (Results 1 – 3 of 3) 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/bluetooth/src/android/bluetooth/cts/ |
D | BluetoothGattServerTest.java | 57 private static final int LATCH_TIMEOUT_MS = 1000; field in BluetoothGattServerTest 141 mLatch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in getService()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountManagerTest.java | 123 private static final int LATCH_TIMEOUT_MS = 1000; field in AccountManagerTest 575 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testAddAccountWithCallbackAndHandler() 1127 latch1.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1166 latch2.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAccountsByTypeAndFeaturesWithCallbackAndHandler() 1418 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_DefaultToken_Success() 1478 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallback_Options_Handler_CustomToken_Success() 1549 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithCallbackAndHandler() 1609 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testGetAuthTokenWithOptionsAndCallbackAndHandler() 1836 latch.await(3 * LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testConfirmCredentialsWithCallbackAndHandler() 1918 latch.await(LATCH_TIMEOUT_MS, TimeUnit.MILLISECONDS); in testUpdateCredentialsWithCallbackAndHandler() [all …]
|