Home
last modified time | relevance | path

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

/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessOtherCertTestCases.java61 private static final long SYNC_TIMEOUT_MILLIS = 20000; // 20 sec field in CtsSyncAccountAccessOtherCertTestCases
118 assertFalse(latch.await(SYNC_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
134 assertTrue(latch.await(SYNC_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testAccountAccess_otherCertAsAuthenticatorCanNotSeeAccount()
153 SystemClock.sleep(SYNC_TIMEOUT_MILLIS); in waitForSyncManagerAccountChangeUpdate()
/cts/hostsidetests/content/test-apps/CtsSyncAccountAccessSameCertTests/src/com/android/cts/content/
DCtsSyncAccountAccessSameCertTestCases.java57 private static final long SYNC_TIMEOUT_MILLIS = 20000; // 20 sec field in CtsSyncAccountAccessSameCertTestCases
111 assertTrue(latch.await(SYNC_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS)); in testAccountAccess_sameCertAsAuthenticatorCanSeeAccount()
124 SystemClock.sleep(SYNC_TIMEOUT_MILLIS); in waitForSyncManagerAccountChangeUpdate()