Home
last modified time | relevance | path

Searched refs:getAllPackageSpecificPaths (Results 1 – 5 of 5) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/UsePermissionAppCompat/src/com/android/cts/usepermission/
DUsePermissionCompatTest.java23 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
50 for (File path : getAllPackageSpecificPaths(context)) { in testCompatDefault()
72 for (File dir : getAllPackageSpecificPaths(context)) { in testCompatRevoked()
/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java22 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
46 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java22 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess()
DCommonExternalStorageTest.java106 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable()
135 public static List<File> getAllPackageSpecificPaths(Context context) { in getAllPackageSpecificPaths() method in CommonExternalStorageTest
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java26 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;
242 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testVerifyNoMediaCreated()