Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/ReadExternalStorageApp/src/com/android/cts/readexternalstorageapp/
DReadGiftTest.java22 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertFileReadOnlyAccess;
39 assertFileReadOnlyAccess(none); in testGifts()
51 assertFileReadOnlyAccess(write); in testGifts()
DReadMultiViewTest.java22 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertFileReadOnlyAccess;
69 assertFileReadOnlyAccess(testFile); in testROAccess()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java320 public static void assertFileReadOnlyAccess(File path) { in assertFileReadOnlyAccess() method in CommonExternalStorageTest