Searched refs:compareByteArrays (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/tests/UsbTests/src/com/android/server/usb/ |
D | UsbMidiPacketConverterTest.java | 42 private void compareByteArrays(byte[] expectedArray, byte[] outputArray) { in compareByteArrays() method in UsbMidiPacketConverterTest 59 compareByteArrays(expectedOutputCable0, actualOutputCable0); in testDecoderSinglePacket() 60 compareByteArrays(expectedOutputCable1, actualOutputCable1); in testDecoderSinglePacket() 80 compareByteArrays(expectedOutputCable0, actualOutputCable0); in testDecoderMultiplePackets() 81 compareByteArrays(expectedOutputCable1, actualOutputCable1); in testDecoderMultiplePackets() 82 compareByteArrays(expectedOutputCable2, actualOutputCable2); in testDecoderMultiplePackets() 83 compareByteArrays(expectedOutputCable3, actualOutputCable3); in testDecoderMultiplePackets() 100 compareByteArrays(expectedOutputCable0, actualOutputCable0); in testDecoderSysExEndFirstByte() 101 compareByteArrays(expectedOutputCable1, actualOutputCable1); in testDecoderSysExEndFirstByte() 116 compareByteArrays(expectedOutputCable0, actualOutputCable0); in testDecoderSysExEndSecondByte() [all …]
|
/frameworks/base/tests/MidiTests/src/com/android/server/midi/ |
D | MidiEventMultiSchedulerTest.java | 48 private void compareByteArrays(byte[] expectedArray, byte[] outputArray) { in compareByteArrays() method in MidiEventMultiSchedulerTest 115 compareByteArrays(expectedArray, event.data); in testSchedulerLargeData()
|
/frameworks/base/core/tests/coretests/src/android/app/ |
D | DownloadManagerBaseTest.java | 364 compareByteArrays(actualData, expected); in verifyFileContents() 373 protected void compareByteArrays(byte[] actual, byte[] expected) { in compareByteArrays() method in DownloadManagerBaseTest 406 compareByteArrays(actual, expected); in verifyFileContents()
|