Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A 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()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DGestureBot.java58 public void gestureSelectFiles(String startLabel, String endLabel) throws Exception { in gestureSelectFiles() method in GestureBot