Searched refs:buildCommonChildDirs (Results 1 – 3 of 3) sorted by relevance
22 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.buildCommonChildDirs;70 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testAllWalkingUpTreeReadOnly()90 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testMountPointsNotWritable()92 assertDirNoWriteAccess(buildCommonChildDirs(userPath)); in testMountPointsNotWritable()
26 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.buildCommonChildDirs;240 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testSecondaryWalkingUpTreeReadOnly()
223 public static File[] buildCommonChildDirs(File dir) { in buildCommonChildDirs() method in CommonExternalStorageTest