HomeSort by relevance Sort by last modified time
    Searched refs:SYNC_TIMEOUT_MILLIS (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/content/src/android/content/cts/
DeferSyncTest.java 21 import static com.android.cts.content.Utils.SYNC_TIMEOUT_MILLIS;
96 Thread.sleep(SYNC_TIMEOUT_MILLIS);
116 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onUnsyncableAccount();
123 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onPerformSync(any(),
141 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onUnsyncableAccount();
149 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onPerformSync(any(),
166 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onUnsyncableAccount();
174 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onPerformSync(any(),
193 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS).atLeast(2)).onUnsyncableAccount();
198 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onPerformSync(any()
    [all...]
AccountAccessSameCertTest.java 20 import static com.android.cts.content.Utils.SYNC_TIMEOUT_MILLIS;
81 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onPerformSync(any(), any(), any(), any(),
  /cts/tests/tests/content/lib/accountaccess/src/com.android.cts.content/
Utils.java 31 public static final long SYNC_TIMEOUT_MILLIS = 20000; // 20 sec
65 SystemClock.sleep(SYNC_TIMEOUT_MILLIS);
  /cts/tests/tests/content/CtsSyncAccountAccessOtherCertTests/src/com/android/cts/content/
CtsSyncAccountAccessOtherCertTestCases.java 20 import static com.android.cts.content.Utils.SYNC_TIMEOUT_MILLIS;
110 Thread.sleep(SYNC_TIMEOUT_MILLIS);
151 verify(adapter, timeout(SYNC_TIMEOUT_MILLIS)).onPerformSync(any(), any(), any(), any(),

Completed in 193 milliseconds