Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNDKMidiActivity.java89 private BTMidiTestModule mBTTestModule; field in NDKMidiActivity
135 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()
DMidiActivity.java86 private BTMidiTestModule mBTTestModule; field in MidiActivity
137 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()