Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DRenameDocumentUiTest.java44 bots.main.openOverflowMenu(); in testRenameEnabled_SingleSelection()
54 bots.main.openOverflowMenu(); in testNoRenameSupport_SingleSelection()
66 bots.main.openOverflowMenu(); in testOneHasRenameSupport_MultipleSelection()
78 bots.main.openOverflowMenu(); in testRenameDisabled_MultipleSelection()
H A DFileManagementUiTest.java67 bots.main.openOverflowMenu(); in testCreateDirectory()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DUiBot.java127 public UiObject openOverflowMenu() throws UiObjectNotFoundException { in openOverflowMenu() method in UiBot