Searched refs:clickToolbarOverflowItem (Results 1 – 6 of 6) sorted by relevance
159 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocument_Cancel()177 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in testCopyDocument_CancelFromNotification()211 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_move)); in testMoveDocument_Cancel()232 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_move)); in ignored_testMoveDocument_CancelFromNotification()
393 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in copyFiles()480 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in ignored_testCopyDocuments_documentsDisabled()527 bots.main.clickToolbarOverflowItem(context.getResources().getString(R.string.menu_copy)); in ignored_testRecursiveCopyDocuments_InternalStorageToDownloadsProvider()
165 bots.main.clickToolbarOverflowItem( in testDeleteAllDocument()
70 bots.main.clickToolbarOverflowItem("New folder"); in testCreateDirectory()
126 mUiBot.clickToolbarOverflowItem(mContext.getString(R.string.menu_sort)); in clickMenuSort()
206 public void clickToolbarOverflowItem(String label) { in clickToolbarOverflowItem() method in UiBot