Searched refs:srcPaths (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/ |
D | CopyTest.java | 181 String srcPaths[] = { in testCopyMultipleFiles() local 187 mStorage.createFile(SRC, srcPaths[0], "text/plain", testContent[0].getBytes()), in testCopyMultipleFiles() 188 mStorage.createFile(SRC, srcPaths[1], "text/plain", testContent[1].getBytes()), in testCopyMultipleFiles() 189 mStorage.createFile(SRC, srcPaths[2], "text/plain", testContent[2].getBytes())); in testCopyMultipleFiles() 200 for (String path : srcPaths) { in testCopyMultipleFiles()
|