Searched refs:BUTTON_ALWAYS_RES_ID (Results 1 – 1 of 1) sorted by relevance
68 private static final String BUTTON_ALWAYS_RES_ID = ".*:id/button_always.*"; field in PreferredActivitiesTest69 private static final BySelector BUTTON_ALWAYS = By.res(Pattern.compile(BUTTON_ALWAYS_RES_ID));71 new UiSelector().resourceId(BUTTON_ALWAYS_RES_ID);