Searched refs:getAllPackageSpecificPaths (Results 1 – 4 of 4) sorted by relevance
27 …ort static com.android.cts.externalstorageapp.CommonExternalStorageTest.getAllPackageSpecificPaths;112 for (File dir : getAllPackageSpecificPaths(getContext())) { in testClearingWrite()120 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;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