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.java43 bots.main.openOverflowMenu(); in testRenameEnabled_SingleSelection()
52 bots.main.openOverflowMenu(); in testNoRenameSupport_SingleSelection()
62 bots.main.openOverflowMenu(); in testOneHasRenameSupport_MultipleSelection()
72 bots.main.openOverflowMenu(); in testRenameDisabled_MultipleSelection()
DFileManagementUiTest.java67 bots.main.openOverflowMenu(); in testCreateDirectory()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java122 public UiObject openOverflowMenu() throws UiObjectNotFoundException { in openOverflowMenu() method in UiBot