Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DFileManagementUiTest.java75 bots.main.clickToolbarItem(R.id.menu_delete); in testDeleteDocument()
119 bots.main.clickToolbarItem(R.id.menu_delete); in testDeleteDocument_Cancel()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DUiBot.java164 public void clickToolbarItem(int id) { in clickToolbarItem() method in UiBot