Searched refs:mButtonTestUsbBackground (Results 1 – 2 of 2) sorted by relevance
102 private Button mButtonTestUsbBackground; field in AudioFrequencyVoiceRecognitionActivity243 mButtonTestUsbBackground = (Button) findViewById(R.id.vr_button_test_usb_background); in onCreate()244 mButtonTestUsbBackground.setOnClickListener(mBtnClickListener); in onCreate()341 mButtonTestUsbBackground.setEnabled(enable); in enableTestUI()
100 Button mButtonTestUsbBackground; field in AudioFrequencyUnprocessedActivity197 mButtonTestUsbBackground = (Button) findViewById(R.id.unprocessed_test_usb_background_btn); in onCreate()198 mButtonTestUsbBackground.setOnClickListener(mBtnClickListener); in onCreate()299 mButtonTestUsbBackground.setEnabled(enable); in enableTestUI()