Searched refs:btnObj (Results 1 – 1 of 1) sorted by relevance
587 final UiObject2 btnObj = device.findObject(selector); in shareConsentDialog() local588 assertThat(btnObj).isNotNull(); in shareConsentDialog()589 btnObj.click(); in shareConsentDialog()606 final UiObject2 btnObj = device.findObject(selector); in ensureNoConsentDialogShown() local607 if (btnObj == null) { in ensureNoConsentDialogShown()610 btnObj.click(); in ensureNoConsentDialogShown()