Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DRenameDocumentUiTest.java42 bots.main.openOverflowMenu(); in testRenameEnabled_SingleSelection()
51 bots.main.openOverflowMenu(); in testNoRenameSupport_SingleSelection()
61 bots.main.openOverflowMenu(); in testOneHasRenameSupport_MultipleSelection()
71 bots.main.openOverflowMenu(); in testRenameDisabled_MultipleSelection()
DFileManagementUiTest.java58 bots.main.openOverflowMenu(); in testCreateDirectory()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java110 public UiObject openOverflowMenu() throws UiObjectNotFoundException { in openOverflowMenu() method in UiBot