Home
last modified time | relevance | path

Searched refs:assertDirReadOnlyAccess (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadExternalStorageTest.java20 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertDirReadOnlyAccess;
39 assertDirReadOnlyAccess(Environment.getExternalStorageDirectory()); in testPrimaryReadOnly()
72 assertDirReadOnlyAccess(path); in testAllWalkingUpTreeReadOnly()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java264 public static void assertDirReadOnlyAccess(File path) { in assertDirReadOnlyAccess() method in CommonExternalStorageTest