Searched refs:NANOS_PER_MSEC (Results 1 – 3 of 3) sorted by relevance
40 private static final long NANOS_PER_MSEC = 1000000L; field in BluetoothMidiEncoderTest178 timestamp += 2 * NANOS_PER_MSEC; in testTwoNoteOnsOverTime()180 timestamp += 2 * NANOS_PER_MSEC; in testTwoNoteOnsOverTime()
49 private static final long NANOS_PER_MSEC = 1000000L; field in BluetoothMidiCodecTest147 timestamp += 2 * NANOS_PER_MSEC; in test()
41 private static final long NANOS_PER_MSEC = 1000000L; field in BluetoothMidiDecoderTest