Searched refs:SAMPLE_FILE_DATA (Results 1 – 2 of 2) sorted by relevance
159 byte[] contents = new byte[CtsDownloadService.SAMPLE_FILE_DATA.length]; in checkFileContentIntegrity()162 assertEquals(contents[i], CtsDownloadService.SAMPLE_FILE_DATA[i]); in checkFileContentIntegrity()
106 public static final byte[] SAMPLE_FILE_DATA = "this is some sample file data".getBytes(); field in CtsDownloadService481 destinationStream.write(SAMPLE_FILE_DATA); in writeContentsToTempFile()