Searched refs:menuLabel (Results 1 – 1 of 1) sorted by relevance
39 public boolean hasMenuItem(String menuLabel) throws UiObjectNotFoundException { in hasMenuItem() argument40 return mDevice.findObject(By.text(menuLabel)) != null; in hasMenuItem()