Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java107 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable() local
108 for (File path : paths) { in testAllPackageDirsWritable()
134 for (File path : paths) { in testAllPackageDirsWritable()
143 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPaths() local
144 Collections.addAll(paths, context.getExternalCacheDirs()); in getAllPackageSpecificPaths()
145 Collections.addAll(paths, context.getExternalFilesDirs(null)); in getAllPackageSpecificPaths()
146 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)); in getAllPackageSpecificPaths()
147 Collections.addAll(paths, context.getExternalMediaDirs()); in getAllPackageSpecificPaths()
148 Collections.addAll(paths, context.getObbDirs()); in getAllPackageSpecificPaths()
149 return paths; in getAllPackageSpecificPaths()
[all …]
DExternalStorageTest.java60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local
63 for (File path : paths) { in testAllWalkingUpTreeNoAccess()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java144 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local
147 for (File path : paths) { in testPrimaryWalkingUpTreeReadWrite()
222 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadOnly() local
225 for (File path : paths) { in testSecondaryWalkingUpTreeReadOnly()
258 final List<File> paths = getAllPackageSpecificPathsExceptMedia(getContext()); in testVerifyNoMediaCreated() local
261 for (File path : paths) { in testVerifyNoMediaCreated()
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java47 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local
50 for (File path : paths) { in testAllWalkingUpTreeReadOnly()
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_FilesTest.java477 final List<File> paths = new ArrayList<File>(); in getSecondaryPackageSpecificPaths() local
478 Collections.addAll(paths, dropFirst(context.getExternalCacheDirs())); in getSecondaryPackageSpecificPaths()
479 Collections.addAll(paths, dropFirst(context.getExternalFilesDirs(null))); in getSecondaryPackageSpecificPaths()
481 paths, dropFirst(context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES))); in getSecondaryPackageSpecificPaths()
482 Collections.addAll(paths, dropFirst(context.getObbDirs())); in getSecondaryPackageSpecificPaths()
483 return paths; in getSecondaryPackageSpecificPaths()
/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/apps/CameraITS/build/scripts/
Dgpylint_rcfile54 #import-paths=
319 # paths.
/cts/tests/tests/media/src/android/media/cts/
D.goutputstream-9KZYJZ240 cookie.setPath("/"); // all paths
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...