Searched refs:mAllowButtonText (Results 1 – 1 of 1) sorted by relevance
60 private String mAllowButtonText = null; field in PermissionGroupChange109 if (mAllowButtonText == null) { in clickAllowButton()110 mAllowButtonText = getPermissionControllerString("grant_dialog_button_allow"); in clickAllowButton()112 mUiDevice.findObject(By.text(Pattern.compile(Pattern.quote(mAllowButtonText), in clickAllowButton()