Home
last modified time | relevance | path

Searched defs:UIAUTOMATOR_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java83 private static final long UIAUTOMATOR_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(10); field in BugreportManagerTest
612 device.wait(Until.gone(consentTitleObj), UIAUTOMATOR_TIMEOUT_MS); in ensureNoConsentDialogShown() local