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