Home
last modified time | relevance | path

Searched refs:paths (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java106 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable() local
107 for (File path : paths) { in testAllPackageDirsWritable()
127 for (File path : paths) { in testAllPackageDirsWritable()
136 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPaths() local
137 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 …]
DExternalStorageTest.java60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local
63 for (File path : paths) { in testAllWalkingUpTreeNoAccess()
/cts/
DCtsBuild.mk19 define cts-get-lib-paths
23 define cts-get-ui-lib-paths
27 define cts-get-native-paths
31 define cts-get-package-paths
39 define cts-get-executable-paths
DCtsTestCaseList.mk268 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)
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java134 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local
137 for (File path : paths) { in testPrimaryWalkingUpTreeReadWrite()
212 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadOnly() local
215 for (File path : paths) { in testSecondaryWalkingUpTreeReadOnly()
242 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testVerifyNoMediaCreated() local
245 for (File path : paths) { in testVerifyNoMediaCreated()
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java46 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local
49 for (File path : paths) { in testAllWalkingUpTreeReadOnly()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java485 final List<File> paths = new ArrayList<File>(); in getSecondaryPackageSpecificPaths() local
486 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()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java180 protected Set<File> doInBackground(File... paths) { in doInBackground() argument
184 for (File path : paths) { in doInBackground()
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java932 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match() argument
934 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() argument
944 this(actions, categories, mimeTypes, schemes, authorities, ports, paths, pathTypes); in Match()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...