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