Searched refs:dropFirst (Results 1 – 1 of 1) sorted by relevance
216 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs())); in getSecondaryPackageSpecificPaths()217 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null))); in getSecondaryPackageSpecificPaths()219 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES))); in getSecondaryPackageSpecificPaths()220 Collections.addAll(paths, dropFirst(context.getObbDirs())); in getSecondaryPackageSpecificPaths()239 private static File[] dropFirst(File[] before) { in dropFirst() method in CommonExternalStorageTest