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.java167 bots.main.clickToolbarItem(R.id.action_menu_delete); in testDeleteAllDocument()
DFileCopyUiTest.java239 bots.main.clickToolbarItem(R.id.action_menu_delete); in deleteDocuments()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java184 public void clickToolbarItem(int id) { in clickToolbarItem() method in UiBot
226 clickToolbarItem(R.id.action_menu_delete); in clickDelete()