Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaCasTest.java304 byte[] ecmData = loadByteArrayFromString(sEcmBufferStr); in testClearKeyApis()
310 loadByteArrayFromString(sExpectedOutputBufferStr)); in testClearKeyApis()
414 byte[] ecmData = loadByteArrayFromString(sEcmBufferStr); in testClearKeyExceptions()
598 loadByteArrayFromString(sInputBufferStr)); in descrambleTestInputBuffer()
606 private byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in MediaCasTest
DDecoderTest.java1006 Arrays.equals(loadByteArrayFromString(pattern), staticMetadataBuffer.array())); in verifyHdrStaticInfo()
1010 private byte[] loadByteArrayFromString(final String str) { in loadByteArrayFromString() method in DecoderTest