HomeSort by relevance Sort by last modified time
    Searched full:trimmedpaths (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 336 List<String> trimmedPaths = new ArrayList<String>();
353 if (!trimmedPaths.contains(abspath)) {
354 trimmedPaths.add(abspath);
394 for (String s: trimmedPaths) {
417 for (String s: trimmedPaths) {
442 for (String s: trimmedPaths) {

Completed in 72 milliseconds