Searched refs:getAllPackageSpecificPaths (Results 1 – 4 of 4) sorted by relevance
26 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;101 for (File dir : getAllPackageSpecificPaths(getContext())) { in testClearingWrite()109 for (File dir : getAllPackageSpecificPaths(getContext())) { in testClearingRead()
23 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;47 final List<File> paths = getAllPackageSpecificPaths(getContext()); in testAllWalkingUpTreeReadOnly()
22 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;56 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