Searched refs:clickToolbarOverflowItem (Results 1 – 7 of 7) sorted by relevance
155 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocument_Cancel()173 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocument_CancelFromNotification()207 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_move)); in testMoveDocument_Cancel()225 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_move)); in testMoveDocument_CancelFromNotification()
138 bots.main.clickToolbarOverflowItem( in setUp()350 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in copyFiles()431 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocuments_documentsDisabled()
54 bots.main.clickToolbarOverflowItem( in setUp()
163 bots.main.clickToolbarOverflowItem( in testDeleteAllDocument()
70 bots.main.clickToolbarOverflowItem("New folder"); in testCreateDirectory()
127 mUiBot.clickToolbarOverflowItem(mContext.getString(R.string.menu_sort)); in clickMenuSort()
201 public void clickToolbarOverflowItem(String label) { in clickToolbarOverflowItem() method in UiBot