Searched refs:getAllPackageSpecificPaths (Results 1 – 4 of 4) sorted by relevance
23 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;47 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly()
25 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;59 for (File path : getAllPackageSpecificPaths(context)) { in testCompatDefault()89 for (File dir : getAllPackageSpecificPaths(context)) { in testCompatRevoked_part2()
22 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess()
107 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable()142 public static List<File> getAllPackageSpecificPaths(Context context) { in getAllPackageSpecificPaths() method in CommonExternalStorageTest