Home
last modified time | relevance | path

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

/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/
DDownloadManagerInstallerTest.java39 private static final long POLLING_SLEEP_MILLIS = 100; field in DownloadManagerInstallerTest
81 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForExternalStorageState()
85 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForExternalStorageState()
/cts/tests/PhotoPicker/src/android/photopicker/cts/util/
DPhotoPickerComponentUtils.java39 private static final long POLLING_SLEEP_MILLIS = 100; field in PhotoPickerComponentUtils
107 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
111 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerHelper.java42 private static final long POLLING_SLEEP_MILLIS = 100; field in StorageManagerHelper
103 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
107 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()
/cts/tests/MediaProviderTranscode/src/android/mediaprovidertranscode/cts/
DTranscodeTestUtils.java85 private static final long POLLING_SLEEP_MILLIS = 100; field in TranscodeTestUtils
254 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
258 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()
/cts/hostsidetests/scopedstorage/src/android/scopedstorage/cts/
DScopedStorageTest.java174 private static final long POLLING_SLEEP_MILLIS = 100; field in ScopedStorageTest
191 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
195 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java176 private static final long POLLING_SLEEP_MILLIS = 100; field in TestUtils
2278 for (int i = 0; i < POLLING_TIMEOUT_MILLIS / POLLING_SLEEP_MILLIS; i++) { in pollForCondition()
2282 Thread.sleep(POLLING_SLEEP_MILLIS); in pollForCondition()