Searched refs:cancelMidiOutRunnable (Results 1 – 1 of 1) sorted by relevance
108 handler.postDelayed(cancelMidiOutRunnable, noteDelay * inputRepetitions + timeout); in testMidiOut()229 handler.removeCallbacks(cancelMidiOutRunnable); in finishMidiOut()239 private Runnable cancelMidiOutRunnable = new Runnable() { field in MidiTest