Searched defs:paths (Results 1 – 11 of 11) sorted by relevance
107 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable() local143 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPaths() local153 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPathsExceptMedia() local162 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPathsExceptObb() local198 final List<File> paths = new ArrayList<File>(); in getPrimaryPackageSpecificPathsExceptMedia() local206 final List<File> paths = new ArrayList<File>(); in getPrimaryPackageSpecificPaths() local215 final List<File> paths = new ArrayList<File>(); in getSecondaryPackageSpecificPaths() local225 final List<File> paths = new ArrayList<>(); in getMountPaths() local281 public static void assertDirReadWriteAccess(File[] paths) { in assertDirReadWriteAccess()320 public static void assertDirNoWriteAccess(File[] paths) { in assertDirNoWriteAccess()
56 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local
163 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local231 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadWrite() local285 final List<File> paths = getAllPackageSpecificPathsExceptMedia(getContext()); in testVerifyNoMediaCreated() local
47 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local
78 ImmutableList<String> paths = Classpaths.getJarsOnClasspath(mDevice, classpath); in collectClasspathJarInfo() local
102 File[] paths) { in TestApp()
336 final List<File> paths = new ArrayList<File>(); in testExternalStorageIsolatedWrite() local
364 String[] paths = getIntent().getStringExtra(INTENT_EXTRA_PATH) in renameFile() local
1436 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match()1446 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match()
348 final String paths = String.format("%s%s%s", in renameFileAs() local
3280 private void deletePaths(String... paths) { in deletePaths()