Searched refs:mInfoText (Results 1 – 2 of 2) sorted by relevance
49 private TextView mInfoText; field in AudioMicrophoneMuteToggleActivity71 mInfoText = findViewById(R.id.info_text); in onCreate()72 mInfoText.setMovementMethod(new ScrollingMovementMethod()); in onCreate()73 mInfoText.setText(R.string.audio_mic_toggle_test_instruction1); in onCreate()86 mInfoText.append(getString(R.string.audio_mic_toggle_test_analyzing)); in onCreate()96 mInfoText.append("Recording at " + mRecordRate + "Hz using "); in onCreate()100 mInfoText.append("MIC"); in onCreate()103 mInfoText.append("VOICE_RECOGNITION"); in onCreate()106 mInfoText.append("UNEXPECTED " + mAudioSource); in onCreate()109 mInfoText.append("\n"); in onCreate()[all …]
141 private final int mInfoText; field in IntentDrivenTestActivity.TestInfo155 mInfoText = infoText; in TestInfo()168 return mInfoText; in getInfoText()