Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 6 of 6) 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
143 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPaths() local
153 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPathsExceptMedia() local
162 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPathsExceptObb() local
199 final List<File> paths = new ArrayList<File>(); in getPrimaryPackageSpecificPaths() local
208 final List<File> paths = new ArrayList<File>(); in getSecondaryPackageSpecificPaths() local
218 final List<File> paths = new ArrayList<>(); in getMountPaths() local
312 public static void assertDirNoWriteAccess(File[] paths) { in assertDirNoWriteAccess()
DExternalStorageTest.java60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java147 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local
225 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadOnly() local
261 final List<File> paths = getAllPackageSpecificPathsExceptMedia(getContext()); in testVerifyNoMediaCreated() local
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java47 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local
/cts/hostsidetests/appsecurity/test-apps/StorageApp/src/com/android/cts/storageapp/
DStorageTest.java260 final List<File> paths = new ArrayList<File>(); in testExternalStorageIsolatedWrite() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java932 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match()
942 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match()