Searched refs:STR_DATA2 (Results 1 – 3 of 3) sorted by relevance
22 import static android.scopedstorage.cts.lib.TestUtils.STR_DATA2;683 final byte[] expected = (STR_DATA1 + STR_DATA2).getBytes(); in testRenameDoesntInvalidateUri_hasRW()
158 public static final String STR_DATA2 = "More arbitrary stuff"; field in TestUtils161 public static final byte[] BYTES_DATA2 = STR_DATA2.getBytes();
27 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()