HomeSort by relevance Sort by last modified time
    Searched refs:dropFirst (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
CommonExternalStorageTest.java 144 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs()));
145 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null)));
147 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)));
148 Collections.addAll(paths, dropFirst(context.getObbDirs()));
152 private static File[] dropFirst(File[] before) {
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_FilesTest.java 480 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs()));
481 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null)));
483 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)));
484 Collections.addAll(paths, dropFirst(context.getObbDirs()));
488 private static File[] dropFirst(File[] before) {

Completed in 687 milliseconds