Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DMidiTestActivityBase.java64 private MidiTestModule mBTTestModule; field in MidiTestActivityBase
91 mBTTestModule = BTTestModule; in initTestModules()
181 mBTTestModule.startLoopbackTest(MidiTestModule.TESTID_BTLOOPBACK); in startBTLoopbackTest()
192 mBTTestModule.hasTestPassed(); in calcTestPassed()
214 mBTTestModule.scanDevices(devInfos); in scanMidiDevices()
234 mBTInputDeviceLbl.setText(mBTTestModule.getInputName()); in showConnectedMIDIPeripheral()
235 mBTOutputDeviceLbl.setText(mBTTestModule.getOutputName()); in showConnectedMIDIPeripheral()
238 mBTTestBtn.setEnabled(mBTTestModule.isTestReady() && mUSBTestModule.isTestReady()); in showConnectedMIDIPeripheral()
253 mBTTestStatusTxt.setText(getTestStatusString(mBTTestModule.getTestStatus())); in showBTTestStatus()