Searched refs:appendResultsToScreen (Results 1 – 3 of 3) sorted by relevance
513 appendResultsToScreen(resultsBase.toString(), mTest1Result); in computeTest1Results()519 appendResultsToScreen(resultsBuiltIn.toString(), mTest1Result); in computeTest1Results()524 appendResultsToScreen("\n\n" + in computeTest1Results()536 appendResultsToScreen(resultsReference.toString(),mTest2Result); in computeTest2Results()607 private void appendResultsToScreen(String str, TextView text) { in appendResultsToScreen() method in AudioFrequencyMicActivity
433 appendResultsToScreen(results.toString()); in computeResultsForVector()437 appendResultsToScreen("Failed testing channel " + results.mLabel); in computeResultsForVector()442 private void appendResultsToScreen(String str) { in appendResultsToScreen() method in AudioFrequencyLineActivity
482 appendResultsToScreen(results.toString()); in computeResultsForVector()486 appendResultsToScreen("Failed testing channel " + results.mLabel); in computeResultsForVector()491 private void appendResultsToScreen(String str) { in appendResultsToScreen() method in AudioFrequencySpeakerActivity