Home
last modified time | relevance | path

Searched refs:assertFileReadOnlyAccess (Results 1 – 2 of 2) 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()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DCommonExternalStorageTest.java313 public static void assertFileReadOnlyAccess(File path) { in assertFileReadOnlyAccess() method in CommonExternalStorageTest