Searched defs:UIAUTOMATOR_TIMEOUT_MS (Results 1 – 1 of 1) sorted by relevance
83 private static final long UIAUTOMATOR_TIMEOUT_MS = TimeUnit.SECONDS.toMillis(10); field in BugreportManagerTest612 device.wait(Until.gone(consentTitleObj), UIAUTOMATOR_TIMEOUT_MS); in ensureNoConsentDialogShown() local