Home
last modified time | relevance | path

Searched refs:SAMPLE_FILE_DATA (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telephony/current/src/android/telephony/embms/cts/
DMbmsDownloadFlowTest.java159 byte[] contents = new byte[CtsDownloadService.SAMPLE_FILE_DATA.length]; in checkFileContentIntegrity()
162 assertEquals(contents[i], CtsDownloadService.SAMPLE_FILE_DATA[i]); in checkFileContentIntegrity()
/cts/tests/tests/telephony/current/EmbmsMiddlewareTestApp/src/android/telephony/cts/embmstestapp/
DCtsDownloadService.java106 public static final byte[] SAMPLE_FILE_DATA = "this is some sample file data".getBytes(); field in CtsDownloadService
481 destinationStream.write(SAMPLE_FILE_DATA); in writeContentsToTempFile()