Searched refs:paths (Results 1 – 10 of 10) sorted by relevance
106 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable() local107 for (File path : paths) { in testAllPackageDirsWritable()127 for (File path : paths) { in testAllPackageDirsWritable()136 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPaths() local137 Collections.addAll(paths, context.getExternalCacheDirs()); in getAllPackageSpecificPaths()138 Collections.addAll(paths, context.getExternalFilesDirs(null)); in getAllPackageSpecificPaths()139 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)); in getAllPackageSpecificPaths()140 Collections.addAll(paths, context.getObbDirs()); in getAllPackageSpecificPaths()141 return paths; in getAllPackageSpecificPaths()145 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPathsExceptObb() local[all …]
60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local63 for (File path : paths) { in testAllWalkingUpTreeNoAccess()
19 define cts-get-lib-paths23 define cts-get-ui-lib-paths27 define cts-get-native-paths31 define cts-get-package-paths39 define cts-get-executable-paths
268 CTS_TEST_CASES := $(call cts-get-lib-paths,$(cts_host_libraries)) \269 $(call cts-get-package-paths,$(cts_test_packages)) \270 $(call cts-get-ui-lib-paths,$(cts_ui_tests)) \271 $(call cts-get-ui-lib-paths,$(cts_device_jars)) \272 $(call cts-get-ui-lib-paths,$(cts_target_junit_tests)) \273 $(call cts-get-executable-paths,$(cts_device_executables)) \274 $(call cts-get-native-paths,$(cts_native_tests),32)277 CTS_TEST_CASES += $(call cts-get-native-paths,$(cts_native_tests),64)
134 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local137 for (File path : paths) { in testPrimaryWalkingUpTreeReadWrite()212 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadOnly() local215 for (File path : paths) { in testSecondaryWalkingUpTreeReadOnly()242 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testVerifyNoMediaCreated() local245 for (File path : paths) { in testVerifyNoMediaCreated()
46 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local49 for (File path : paths) { in testAllWalkingUpTreeReadOnly()
485 final List<File> paths = new ArrayList<File>(); in getSecondaryPackageSpecificPaths() local486 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs())); in getSecondaryPackageSpecificPaths()487 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null))); in getSecondaryPackageSpecificPaths()489 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES))); in getSecondaryPackageSpecificPaths()490 Collections.addAll(paths, dropFirst(context.getObbDirs())); in getSecondaryPackageSpecificPaths()491 return paths; in getSecondaryPackageSpecificPaths()
180 protected Set<File> doInBackground(File... paths) { in doInBackground() argument184 for (File path : paths) { in doInBackground()
932 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match() argument934 if (paths != null) { in Match()935 for (int i = 0; i < paths.length; i++) { in Match()936 addDataPath(paths[i], pathTypes[i]); in Match()942 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match() argument944 this(actions, categories, mimeTypes, schemes, authorities, ports, paths, pathTypes); in Match()
META-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...