Home
last modified time | relevance | path

Searched refs:buildCommonChildDirs (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java22 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()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java26 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.buildCommonChildDirs;
240 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testSecondaryWalkingUpTreeReadOnly()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java230 public static File[] buildCommonChildDirs(File dir) { in buildCommonChildDirs() method in CommonExternalStorageTest