Home
last modified time | relevance | path

Searched refs:channelLabel (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DAudioFrequencyLineActivity.java451 String channelLabel = "channel_" + results.mLabel; in recordTestResults() local
454 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults()
474 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
DAudioFrequencySpeakerActivity.java500 String channelLabel = "channel_" + results.mLabel; in recordTestResults() local
503 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults()
523 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()
DAudioFrequencyMicActivity.java616 String channelLabel = "channel_" + results.mLabel; in recordTestResults() local
619 String bandLabel = String.format(channelLabel + "_%d", b); in recordTestResults()
639 getReportLog().addValues(channelLabel + "_magnitudeSpectrumLog", in recordTestResults()