Searched refs:findMenuWithName (Results 1 – 2 of 2) sorted by relevance
101 UiObject2 menu = findMenuWithName(mContext.getString(id)); in assertMenuEnabled()238 UiObject2 findMenuWithName(String label) { in findMenuWithName() method in UiBot254 return findMenuWithName(label) != null; in hasMenuWithName()
104 mMain.findMenuWithName(label).click(); in clickItem()