Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java26 import static android.scopedstorage.cts.lib.TestUtils.BYTES_DATA2;
520 fos.write(BYTES_DATA2); in testContributeMediaFile()
532 BYTES_DATA1.length + BYTES_DATA2.length); in testContributeMediaFile()
725 ByteBuffer.wrap(BYTES_DATA2))).isEqualTo(BYTES_DATA2.length); in testLowLevelFileIO()
1500 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
1501 assertCanWriteAndRead(otherAppVideoFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java20 import static android.scopedstorage.cts.lib.TestUtils.BYTES_DATA2;
674 fos.write(BYTES_DATA2); in testRenameDoesntInvalidateUri_hasRW()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java161 public static final byte[] BYTES_DATA2 = STR_DATA2.getBytes(); field in TestUtils