Searched refs:mResultsTxt (Results 1 – 2 of 2) sorted by relevance
75 TextView mResultsTxt; field in AudioColdStartBaseActivity116 mResultsTxt.setText("PASS. Meets RECOMMENDED latency of " in showColdStartLatency()119 mResultsTxt.setText("PASS. Meets REQUIRED latency of " + getRequiredTimeMS() + "ms"); in showColdStartLatency()121 mResultsTxt.setText("FAIL. Did not meet REQUIRED latency of " + getRequiredTimeMS() in showColdStartLatency()131 mResultsTxt.setText(""); in clearResults()153 mResultsTxt = (TextView) findViewById(R.id.coldstart_coldResultsTxt); in onCreate()
100 private TextView mResultsTxt; field in AnalogHeadsetAudioActivity163 mResultsTxt = (TextView)findViewById(R.id.headset_results); in onCreate()189 mResultsTxt.setText(getResources().getString(R.string.analog_headset_pass_noheadset)); in calculatePass()197 mResultsTxt.setText(getResources().getString(R.string.analog_headset_pass)); in calculatePass()