Searched refs:buildCommonChildDirs (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.buildCommonChildDirs;76 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testAllWalkingUpTreeReadOnly()101 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testMountPointsNotWritable()103 assertDirNoWriteAccess(buildCommonChildDirs(userPath)); in testMountPointsNotWritable()
24 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.buildCommonChildDirs;261 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testSecondaryWalkingUpTreeReadWrite()356 for (final File dir : buildCommonChildDirs(path)) { in testSecondaryMountPoints()359 assertDirReadWriteAccess(buildCommonChildDirs(path)); in testSecondaryMountPoints()
249 public static File[] buildCommonChildDirs(File dir) { in buildCommonChildDirs() method in CommonExternalStorageTest