Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
DGestureSelectionUiTest.java39 bots.gesture.gestureSelectFiles(fileName1, fileName2); in testGridGestureSelect_twoFiles()
46 bots.gesture.gestureSelectFiles(fileName2, dirName1); in testGridGestureSelect_multipleFiles()
54 bots.gesture.gestureSelectFiles(fileName1, fileName2); in testListGestureSelect_twoFiles()
62 bots.gesture.gestureSelectFiles(fileName2, dirName1); in testListGestureSelect_multipleFiles()
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DGestureBot.java55 public void gestureSelectFiles(String startLabel, String endLabel) throws Exception { in gestureSelectFiles() method in GestureBot