Searched refs:StatUtils (Results 1 – 3 of 3) sorted by relevance
19 public class StatUtils { class
48 import com.android.cts.verifier.audio.audiolib.StatUtils;440 mLatencyAve[mActiveTestAPI] = StatUtils.calculateMean(mLatencyMillis); in processTest()441 double meanAbsoluteDeviation = StatUtils.calculateMeanAbsoluteDeviation( in processTest()
48 import com.android.cts.verifier.audio.audiolib.StatUtils;220 mMeanLatencyMS = StatUtils.calculateMean(mLatencyMS); in handleTestCompletion()222 StatUtils.calculateMeanAbsoluteDeviation( in handleTestCompletion()224 mMeanConfidence = StatUtils.calculateMean(mConfidence); in handleTestCompletion()225 mMeanTimestampLatencyMS = StatUtils.calculateMean(mTimestampLatencyMS); in handleTestCompletion()