Searched refs:paths (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/ |
D | CommonExternalStorageTest.java | 107 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 …]
|
D | ExternalStorageTest.java | 60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local 63 for (File path : paths) { in testAllWalkingUpTreeNoAccess()
|
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/ |
D | StorageTest.java | 260 final List<File> paths = new ArrayList<File>(); in testExternalStorageIsolatedWrite() local 261 Collections.addAll(paths, Environment.getExternalStorageDirectory()); in testExternalStorageIsolatedWrite() 262 Collections.addAll(paths, in testExternalStorageIsolatedWrite() 264 Collections.addAll(paths, context.getExternalCacheDirs()); in testExternalStorageIsolatedWrite() 265 Collections.addAll(paths, context.getExternalFilesDirs(null)); in testExternalStorageIsolatedWrite() 266 Collections.addAll(paths, context.getExternalFilesDirs(Environment.DIRECTORY_PICTURES)); in testExternalStorageIsolatedWrite() 267 Collections.addAll(paths, context.getExternalMediaDirs()); in testExternalStorageIsolatedWrite() 268 Collections.addAll(paths, context.getObbDirs()); in testExternalStorageIsolatedWrite() 271 for (File path : paths) { in testExternalStorageIsolatedWrite()
|
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/ |
D | WriteExternalStorageTest.java | 147 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local 150 for (File path : paths) { in testPrimaryWalkingUpTreeReadWrite() 225 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadOnly() local 228 for (File path : paths) { in testSecondaryWalkingUpTreeReadOnly() 261 final List<File> paths = getAllPackageSpecificPathsExceptMedia(getContext()); in testVerifyNoMediaCreated() local 263 for (File path : paths) { in testVerifyNoMediaCreated() 268 for (File path : paths) { in testVerifyNoMediaCreated()
|
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/ |
D | ReadExternalStorageTest.java | 47 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local 50 for (File path : paths) { in testAllWalkingUpTreeReadOnly()
|
/cts/tests/tests/content/src/android/content/cts/ |
D | IntentFilterTest.java | 932 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/ |
D | gpylint_rcfile | 17 # F0401 ignores import errors since gpylint does not have the python paths 57 #import-paths= 322 # paths.
|
/cts/tests/tests/media/src/android/media/cts/ |
D | .goutputstream-9KZYJZ | 240 cookie.setPath("/"); // all paths
|