Searched refs:bandLabel (Results 1 – 3 of 3) sorted by relevance
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/ |
D | AudioFrequencyLineActivity.java | 454 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 456 bandLabel + "_Level", in recordTestResults() 462 bandLabel + "_pointsinbound", in recordTestResults() 468 bandLabel + "_pointstotal", in recordTestResults()
|
D | AudioFrequencySpeakerActivity.java | 503 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 505 bandLabel + "_Level", in recordTestResults() 511 bandLabel + "_pointsinbound", in recordTestResults() 517 bandLabel + "_pointstotal", in recordTestResults()
|
D | AudioFrequencyMicActivity.java | 619 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults() local 621 bandLabel + "_Level", in recordTestResults() 627 bandLabel + "_pointsinbound", in recordTestResults() 633 bandLabel + "_pointstotal", in recordTestResults()
|