Searched refs:mHDMISupportLbl (Results 1 – 2 of 2) sorted by relevance
86 private TextView mHDMISupportLbl; field in AudioDescriptorActivity117 mHDMISupportLbl = (TextView) findViewById(R.id.audioDescriptorHDMISupportLbl); in onCreate()205 mHDMISupportLbl.setText( in detectHDMIDevice()209 mHDMISupportLbl.setText(R.string.audio_descriptor_hdmi_NA); in detectHDMIDevice()244 mHDMISupportLbl.setText(R.string.audio_descriptor_hdmi_pending); in displayTestResult()
61 TextView mHDMISupportLbl; field in ProAudioActivity225 mHDMISupportLbl = (TextView)findViewById(R.id.proAudioHDMISupportLbl); in onCreate()321 mHDMISupportLbl.setText( in onClick()325 mHDMISupportLbl.setText(getResources().getString(R.string.audio_proaudio_NA)); in onClick()