Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java1406 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA1); in testDisableOpResetForSystemGallery()
1407 assertCanWriteAndRead(otherAppVideoFile, BYTES_DATA1); in testDisableOpResetForSystemGallery()
1413 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
1414 assertCanWriteAndRead(otherAppVideoFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
2888 private void assertCanWriteAndRead(File file, byte[] data) throws Exception { in assertCanWriteAndRead() method in ScopedStorageDeviceTest