Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileManagementUiTest.java84 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteDocument()
130 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteDocument_Cancel()
DFileDeleteUiTest.java169 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteAllDocument()
DFileCopyUiTest.java278 bots.main.clickToolbarItem(R.id.action_menu_delete); in deleteDocuments()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java189 public void clickToolbarItem(int id) { in clickToolbarItem() method in UiBot
235 clickToolbarItem(R.id.action_menu_delete); in clickDelete()