Searched refs:assertFileReadOnlyAccess (Results 1 – 2 of 2) sorted by relevance
22 import static com.android.cts.externalstorageapp.CommonExternalStorageTest.assertFileReadOnlyAccess;39 assertFileReadOnlyAccess(none); in testGifts()51 assertFileReadOnlyAccess(write); in testGifts()
313 public static void assertFileReadOnlyAccess(File path) { in assertFileReadOnlyAccess() method in CommonExternalStorageTest