Searched refs:bandLabel (Results 1 – 5 of 5) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencySpeakerActivity.java | 500 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 502 bandLabel + "_Level", in recordTestResults() 508 bandLabel + "_pointsinbound", in recordTestResults() 514 bandLabel + "_pointstotal", in recordTestResults()
|
D | AudioFrequencyLineActivity.java | 474 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 476 bandLabel + "_Level", in recordTestResults() 482 bandLabel + "_pointsinbound", in recordTestResults() 488 bandLabel + "_pointstotal", in recordTestResults()
|
D | AudioFrequencyMicActivity.java | 711 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 713 bandLabel + "_Level", in recordTestResults() 719 bandLabel + "_pointsinbound", in recordTestResults() 725 bandLabel + "_pointstotal", in recordTestResults()
|
D | AudioFrequencyVoiceRecognitionActivity.java | 920 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 922 bandLabel + "_Level", in recordTestResults() 928 bandLabel + "_pointsinbound", in recordTestResults() 934 bandLabel + "_pointstotal", in recordTestResults()
|
D | AudioFrequencyUnprocessedActivity.java | 930 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 932 bandLabel + "_Level", in recordTestResults() 938 bandLabel + "_pointsinbound", in recordTestResults() 944 bandLabel + "_pointstotal", in recordTestResults()
|