Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java27 import static android.scopedstorage.cts.lib.TestUtils.BYTES_DATA2;
499 fos.write(BYTES_DATA2); in testContributeMediaFile()
511 BYTES_DATA1.length + BYTES_DATA2.length); in testContributeMediaFile()
704 ByteBuffer.wrap(BYTES_DATA2))).isEqualTo(BYTES_DATA2.length); in testLowLevelFileIO()
1413 assertCanWriteAndRead(otherAppImageFile, BYTES_DATA2); in testDisableOpResetForSystemGallery()
1414 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;
646 fos.write(BYTES_DATA2); in testRenameDoesntInvalidateUri_hasRW()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java128 public static final byte[] BYTES_DATA2 = STR_DATA2.getBytes(); field in TestUtils