Home
last modified time | relevance | path

Searched refs:POLLING_SLEEP_MILLIS (Results 1 – 3 of 3) sorted by relevance

/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/
DDownloadManagerInstallerTest.java38 private static final long POLLING_SLEEP_MILLIS = 100; field in DownloadManagerInstallerTest
80 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForExternalStorageState()
84 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForExternalStorageState()
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java81 private static final long POLLING_SLEEP_MILLIS = 100; field in TranscodeTestUtils
225 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
229 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java143 private static final long POLLING_SLEEP_MILLIS = 100; field in TestUtils
1654 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
1658 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()