Home
last modified time | relevance | path

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

/test/cts-root/tests/bugreport/src/android/bugreport/cts_root/
DBugreportManagerTest.java587 final UiObject2 btnObj = device.findObject(selector); in shareConsentDialog() local
588 assertThat(btnObj).isNotNull(); in shareConsentDialog()
589 btnObj.click(); in shareConsentDialog()
606 final UiObject2 btnObj = device.findObject(selector); in ensureNoConsentDialogShown() local
607 if (btnObj == null) { in ensureNoConsentDialogShown()
610 btnObj.click(); in ensureNoConsentDialogShown()