Home
last modified time | relevance | path

Searched refs:compareWithExpected (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiEncoderTest.java76 void compareWithExpected(final byte[][] expected) { in compareWithExpected() method in BluetoothMidiEncoderTest.EncoderChecker
117 checker.compareWithExpected(encoded); in testOneNoteOn()
134 checker.compareWithExpected(encoded); in testTwoNoteOnsSameChannel()
151 checker.compareWithExpected(encoded); in testTwoNoteOnsTwoChannels()
182 checker.compareWithExpected(encoded); in testTwoNoteOnsOverTime()
198 checker.compareWithExpected(encoded); in testSysExBasic()
220 checker.compareWithExpected(encoded); in testSysExTwoPackets()
249 checker.compareWithExpected(encoded); in testSysExThreePackets()
H A DMidiFramerTest.java52 void compareWithExpected(final byte[][] expected) { in compareWithExpected() method in MidiFramerTest.FramerChecker
81 checker.compareWithExpected(expected); in testFramerTwoNoteOns()
93 checker.compareWithExpected(expected); in testFramerTwoNoteOnsRunning()
107 checker.compareWithExpected(expected); in testFramerPreGarbage()
H A DBluetoothMidiDecoderTest.java53 void compareWithExpected(final byte[][] expectedMessages) { in compareWithExpected() method in BluetoothMidiDecoderTest.DecoderChecker
92 compareWithExpected(decoded); in test()
97 compareWithExpected(decoded); in test()