Home
last modified time | relevance | path

Searched refs:menuLabel (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DMenuBot.java39 public boolean hasMenuItem(String menuLabel) throws UiObjectNotFoundException { in hasMenuItem() argument
40 return mDevice.findObject(By.text(menuLabel)) != null; in hasMenuItem()