Searched refs:getInputName (Results 1 – 2 of 2) sorted by relevance
229 mUSBIInputDeviceLbl.setText(mUSBTestModule.getInputName()); in showConnectedMIDIPeripheral()234 mVirtInputDeviceLbl.setText(mVirtualTestModule.getInputName()); in showConnectedMIDIPeripheral()239 mBTInputDeviceLbl.setText(mBTTestModule.getInputName()); in showConnectedMIDIPeripheral()404 public String getInputName() { in getInputName() method in MidiTestActivityBase.MidiTestModule405 return mIODevice.getInputName(); in getInputName()
131 public String getInputName() { in getInputName() method in MidiIODevice