Searched refs:dropFirst (Results 1 – 1 of 1) sorted by relevance
209 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs())); in getSecondaryPackageSpecificPaths()210 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null))); in getSecondaryPackageSpecificPaths()212 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES))); in getSecondaryPackageSpecificPaths()213 Collections.addAll(paths, dropFirst(context.getObbDirs())); in getSecondaryPackageSpecificPaths()232 private static File[] dropFirst(File[] before) { in dropFirst() method in CommonExternalStorageTest