Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bugreports/src/com/android/os/bugreports/tests/
DBugreportManagerTest.java820 final BySelector consentTitleObj = By.res("android", "alertTitle"); in shareConsentDialog() local
821 if (!device.wait(Until.hasObject(consentTitleObj), UIAUTOMATOR_TIMEOUT_MS)) { in shareConsentDialog()
840 assertTrue(device.wait(Until.gone(consentTitleObj), UIAUTOMATOR_TIMEOUT_MS)); in shareConsentDialog()