Home
last modified time | relevance | path

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

/aosp12/frameworks/base/media/packages/BluetoothMidiService/tests/unit/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiEncoderTest.java40 private static final long NANOS_PER_MSEC = 1000000L; field in BluetoothMidiEncoderTest
178 timestamp += 2 * NANOS_PER_MSEC; in testTwoNoteOnsOverTime()
180 timestamp += 2 * NANOS_PER_MSEC; in testTwoNoteOnsOverTime()
H A DBluetoothMidiCodecTest.java49 private static final long NANOS_PER_MSEC = 1000000L; field in BluetoothMidiCodecTest
147 timestamp += 2 * NANOS_PER_MSEC; in test()
H A DBluetoothMidiDecoderTest.java41 private static final long NANOS_PER_MSEC = 1000000L; field in BluetoothMidiDecoderTest