Home
last modified time | relevance | path

Searched defs:cq1 (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
H A DCallQualityMetricsTest.java82 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_EXCELLENT, in testTotalDurations() local
125 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_EXCELLENT, in testTotalDurations_MultipleChecks() local
180 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_EXCELLENT, in testTotalDurations_ReportedOutOfOrder() local
230 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_NOT_AVAILABLE, in testNotAvailableIsIgnored() local
255 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_EXCELLENT, in testBestAndWorstSs() local
298 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_EXCELLENT, in testSnapshotOfEndDuration() local
325 CallQuality cq1 = constructCallQuality(CallQuality.CALL_QUALITY_EXCELLENT, in testSnapshotOfEndDuration_ReportedOutOfOrder() local
H A DInProgressCallSessionTest.java103 CallQuality cq1 = new CallQuality(); in testAddCallQualitySummaryEvent() local