Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java1493 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA1); in testDisableOpResetForSystemGallery()
1494 assertCanWriteAndRead(otherAppVideoFile, BYTES_DATA1); in testDisableOpResetForSystemGallery()
1500 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
1501 assertCanWriteAndRead(otherAppVideoFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
3192 private void assertCanWriteAndRead(File file, byte[] data) throws Exception { in assertCanWriteAndRead() method in ScopedStorageDeviceTest