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.java73 private MidiTestModule mBTTestModule; field in MidiTestActivityBase
106 mBTTestModule = BTTestModule; in initTestModules()
193 mBTTestModule.startLoopbackTest(TESTID_BTLOOPBACK); in startBTLoopbackTest()
204 mBTTestModule.hasTestPassed(); in calcTestPassed()
219 mBTTestModule.scanDevices(devInfos); in scanMidiDevices()
239 mBTInputDeviceLbl.setText(mBTTestModule.getInputName()); in showConnectedMIDIPeripheral()
240 mBTOutputDeviceLbl.setText(mBTTestModule.getOutputName()); in showConnectedMIDIPeripheral()
243 mBTTestBtn.setEnabled(mBTTestModule.isTestReady() && mUSBTestModule.isTestReady()); in showConnectedMIDIPeripheral()
258 mBTTestStatusTxt.setText(getTestStatusString(mBTTestModule.getTestStatus())); in showBTTestStatus()