Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java114 UiObject2 menu = findMenuWithName(mContext.getString(id)); in assertMenuEnabled()
284 UiObject2 findMenuWithName(String label) { in findMenuWithName() method in UiBot
301 return findMenuWithName(label) != null; in hasMenuWithName()