Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java22 import static android.scopedstorage.cts.lib.TestUtils.STR_DATA2;
683 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testRenameDoesntInvalidateUri_hasRW()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java158 public static final String STR_DATA2 = "More arbitrary stuff"; field in TestUtils
161 public static final byte[] BYTES_DATA2 = STR_DATA2.getBytes();
/cts/hostsidetests/scopedstorage/general/src/android/scopedstorage/cts/general/
DScopedStorageDeviceTest.java27 import static android.scopedstorage.cts.lib.TestUtils.STR_DATA2;
523 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testContributeMediaFile()
726 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testLowLevelFileIO()