Searched refs:mBTTestModule (Results 1 – 2 of 2) sorted by relevance
89 private BTMidiTestModule mBTTestModule; field in NDKMidiActivity135 mBTInputDeviceLbl.setText(mBTTestModule.getInputName()); in showConnectedMIDIPeripheral()136 mBTOutputDeviceLbl.setText(mBTTestModule.getOutputName()); in showConnectedMIDIPeripheral()137 mBTTestBtn.setEnabled(mBTTestModule.isTestReady()); in showConnectedMIDIPeripheral()148 mBTTestModule.hasTestPassed(); in calcTestPassed()163 mBTTestModule.scanDevices(devInfos, MidiDeviceInfo.TYPE_BLUETOOTH); in scanMidiDevices()200 mBTTestStatusTxt.setText(mBTTestModule.getTestStatusString()); in showBTTestStatus()271 mBTTestModule = new BTMidiTestModule(this, mMidiManager); in onCreate()326 mBTTestModule.startLoopbackTest(); in onClick()
86 private BTMidiTestModule mBTTestModule; field in MidiActivity137 mBTInputDeviceLbl.setText(mBTTestModule.getInputName()); in showConnectedMIDIPeripheral()138 mBTOutputDeviceLbl.setText(mBTTestModule.getOutputName()); in showConnectedMIDIPeripheral()139 mBTTestBtn.setEnabled(mBTTestModule.isTestReady() && mUSBTestModule.isTestReady()); in showConnectedMIDIPeripheral()150 mBTTestModule.hasTestPassed(); in calcTestPassed()165 mBTTestModule.scanDevices(devInfos); in scanMidiDevices()202 mBTTestStatusTxt.setText(mBTTestModule.getTestStatusString()); in showBTTestStatus()277 mBTTestModule = new BTMidiTestModule(); in onCreate()348 mBTTestModule.startLoopbackTest(); in onClick()