Searched refs:BUTTON_ALWAYS (Results 1 – 1 of 1) sorted by relevance
69 private static final BySelector BUTTON_ALWAYS = By.res(Pattern.compile(BUTTON_ALWAYS_RES_ID)); field in PreferredActivitiesTest316 UiObject2 buttonAlways = getUiDevice().wait(Until.findObject(BUTTON_ALWAYS), TIMEOUT); in verifyDialogIsShown()355 .wait(Until.findObject(BUTTON_ALWAYS), TIMEOUT) in chooseUseAlways()