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