Searched refs:getAllPackageSpecificPaths (Results 1 – 5 of 5) sorted by relevance
23 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;50 for (File path : getAllPackageSpecificPaths(context)) { in testCompatDefault()72 for (File dir : getAllPackageSpecificPaths(context)) { in testCompatRevoked()
22 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;46 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly()
22 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;60 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeNoAccess()
106 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllPackageDirsWritable()135 public static List<File> getAllPackageSpecificPaths(Context context) { in getAllPackageSpecificPaths() method in CommonExternalStorageTest
26 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;242 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testVerifyNoMediaCreated()