Home
last modified time | relevance | path

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

/cts/hostsidetests/scopedstorage/legacy/src/android/scopedstorage/cts/legacy/
DLegacyStorageTest.java21 import static android.scopedstorage.cts.lib.TestUtils.STR_DATA1;
655 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testRenameDoesntInvalidateUri_hasRW()
/cts/hostsidetests/scopedstorage/libs/ScopedStorageTestLib/src/android/scopedstorage/cts/lib/
DTestUtils.java124 public static final String STR_DATA1 = "Just some random text"; field in TestUtils
127 public static final byte[] BYTES_DATA1 = STR_DATA1.getBytes();
/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java168 public static final String STR_DATA1 = "Just some random text"; field in ScopedStorageDeviceTest
170 public static final byte[] BYTES_DATA1 = STR_DATA1.getBytes();
502 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testContributeMediaFile()
705 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testLowLevelFileIO()