Home
last modified time | relevance | path

Searched refs:appendResultsToScreen (Results 1 – 5 of 5) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencySpeakerActivity.java396 appendResultsToScreen(strSuccess); in computeResults()
399 appendResultsToScreen(strFailed + "\n"); in computeResults()
401 appendResultsToScreen(strWarning); in computeResults()
465 appendResultsToScreen(results.toString()); in computeResultsForVector()
469 appendResultsToScreen("Failed testing channel " + results.mLabel); in computeResultsForVector()
474 private void appendResultsToScreen(String str) { in appendResultsToScreen() method in AudioFrequencySpeakerActivity
DAudioFrequencyLineActivity.java367 appendResultsToScreen(strSuccess); in computeResults()
370 appendResultsToScreen(strFailed + "\n"); in computeResults()
372 appendResultsToScreen(strWarning); in computeResults()
434 appendResultsToScreen(results.toString()); in computeResultsForVector()
439 appendResultsToScreen("Failed testing channel " + results.mLabel); in computeResultsForVector()
444 private void appendResultsToScreen(String str) { in appendResultsToScreen() method in AudioFrequencyLineActivity
DAudioFrequencyVoiceRecognitionActivity.java814 appendResultsToScreen(testId, "test finished");
891 private void appendResultsToScreen(String str, TextView text) { in appendResultsToScreen() method
896 private void appendResultsToScreen(int testId, String str) { in appendResultsToScreen() method
899 appendResultsToScreen(str, mResultTestTone); in appendResultsToScreen()
903 appendResultsToScreen(str, mResultTestNoise); in appendResultsToScreen()
906 appendResultsToScreen(str, mResultTestUsbBackground); in appendResultsToScreen()
909 appendResultsToScreen(str, mResultTestUsbNoise); in appendResultsToScreen()
DAudioFrequencyMicActivity.java467 appendResultsToScreen(testId, "test finished");
661 private void appendResultsToScreen(String str, TextView text) { in appendResultsToScreen() method in AudioFrequencyMicActivity
666 private void appendResultsToScreen(int testId, String str) { in appendResultsToScreen() method in AudioFrequencyMicActivity
669 appendResultsToScreen(str, mResultTestNoise); in appendResultsToScreen()
672 appendResultsToScreen(str, mResultTestUsbBackground); in appendResultsToScreen()
675 appendResultsToScreen(str, mResultTestUsbNoise); in appendResultsToScreen()
DAudioFrequencyUnprocessedActivity.java803 appendResultsToScreen(testId, "test finished");
889 private void appendResultsToScreen(String str, TextView text) { in appendResultsToScreen() method in AudioFrequencyUnprocessedActivity
894 private void appendResultsToScreen(int testId, String str) { in appendResultsToScreen() method in AudioFrequencyUnprocessedActivity
897 appendResultsToScreen(str, mResultTestTone); in appendResultsToScreen()
901 appendResultsToScreen(str, mResultTestNoise); in appendResultsToScreen()
904 appendResultsToScreen(str, mResultTestUsbBackground); in appendResultsToScreen()
907 appendResultsToScreen(str, mResultTestUsbNoise); in appendResultsToScreen()