Home
last modified time | relevance | path

Searched refs:assertDirNoWriteAccess (Results 1 – 4 of 4) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java19 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertDirNoWriteAccess;
66 assertDirNoWriteAccess(path); in testAllWalkingUpTreeReadOnly()
74 assertDirNoWriteAccess(path); in testAllWalkingUpTreeReadOnly()
76 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testAllWalkingUpTreeReadOnly()
100 assertDirNoWriteAccess(path); in testMountPointsNotWritable()
101 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testMountPointsNotWritable()
102 assertDirNoWriteAccess(userPath); in testMountPointsNotWritable()
103 assertDirNoWriteAccess(buildCommonChildDirs(userPath)); in testMountPointsNotWritable()
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java22 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertDirNoWriteAccess;
209 assertDirNoWriteAccess(path); in testMountStatusWalkingUpTree()
254 assertDirNoWriteAccess(path); in testSecondaryWalkingUpTreeReadWrite()
259 assertDirNoWriteAccess(path); in testSecondaryWalkingUpTreeReadWrite()
260 assertDirNoWriteAccess(buildCommonChildDirs(path)); in testSecondaryWalkingUpTreeReadWrite()
347 assertDirNoWriteAccess(path); in testSecondaryMountPoints()
359 assertDirNoWriteAccess(path); in testSecondaryMountPoints()
360 assertDirNoWriteAccess(userPath); in testSecondaryMountPoints()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java320 public static void assertDirNoWriteAccess(File[] paths) { in assertDirNoWriteAccess() method in CommonExternalStorageTest
322 assertDirNoWriteAccess(path); in assertDirNoWriteAccess()
326 public static void assertDirNoWriteAccess(File path) { in assertDirNoWriteAccess() method in CommonExternalStorageTest
DExternalStorageTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertDirNoWriteAccess;