Home
last modified time | relevance | path

Searched defs:paths (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java87 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable() local
117 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPaths() local
126 final List<File> paths = new ArrayList<File>(); in getAllPackageSpecificPathsExceptObb() local
134 final List<File> paths = new ArrayList<File>(); in getPrimaryPackageSpecificPaths() local
143 final List<File> paths = new ArrayList<File>(); in getSecondaryPackageSpecificPaths() local
DExternalStorageTest.java50 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess() local
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java128 final List<File> paths = getPrimaryPackageSpecificPaths(getContext()); in testPrimaryWalkingUpTreeReadWrite() local
206 final List<File> paths = getSecondaryPackageSpecificPaths(getContext()); in testSecondaryWalkingUpTreeReadOnly() local
236 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testVerifyNoMediaCreated() local
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java51 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
DSuidFilesActivity.java180 protected Set<File> doInBackground(File... paths) { in doInBackground()
/cts/tests/tests/holo/src/android/holo/cts/
DLayoutTestActivity.java222 String[] paths = new String[2]; in doInBackground() local
/cts/tests/tests/content/src/android/content/cts/
DIntentFilterTest.java933 String[] authorities, String[] ports, String[] paths, int[] pathTypes) { in Match()
943 String[] authorities, String[] ports, String[] paths, int[] pathTypes, in Match()