Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/
DRenameDocumentUiTest.java39 bots.main.openOverflowMenu(); in testRenameEnabled_SingleSelection()
48 bots.main.openOverflowMenu(); in testNoRenameSupport_SingleSelection()
58 bots.main.openOverflowMenu(); in testOneHasRenameSupport_MultipleSelection()
68 bots.main.openOverflowMenu(); in testRenameDisabled_MultipleSelection()
78 bots.main.openOverflowMenu(); in testRenameFile_OkButton()
93 bots.main.openOverflowMenu(); in testRenameFile_Enter()
107 bots.main.openOverflowMenu(); in testRenameFile_Cancel()
125 bots.main.openOverflowMenu(); in testRenameDir()
140 bots.main.openOverflowMenu(); in testRename_NameExists()
DFilesActivityUiTest.java118 bots.main.openOverflowMenu(); in testCreateDirectory()
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
DUiBot.java110 public UiObject openOverflowMenu() throws UiObjectNotFoundException { in openOverflowMenu() method in UiBot