Searched refs:mGlobalResultText (Results 1 – 3 of 3) sorted by relevance
92 TextView mGlobalResultText; field in AudioFrequencyMicActivity155 mGlobalResultText = (TextView) findViewById(R.id.frequency_mic_test_global_result); in onCreate()562 mGlobalResultText.setText(sb.toString()); in computeAllResults()
111 private TextView mGlobalResultText; field in AudioFrequencyVoiceRecognitionActivity260 mGlobalResultText = (TextView) findViewById(R.id.vr_test_global_result); in onCreate()495 mGlobalResultText.setText(sb.toString()); in computeAllResults()
109 TextView mGlobalResultText; field in AudioFrequencyUnprocessedActivity214 mGlobalResultText = (TextView) findViewById(R.id.unprocessed_test_global_result); in onCreate()472 mGlobalResultText.setText(sb.toString()); in computeAllResults()