Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DTelephonyMetrics.java2182 cq.downlinkLevel = callQualityLevelToProtoEnum(callQuality in toCallQualityProto()
2184 cq.uplinkLevel = callQualityLevelToProtoEnum(callQuality.getUplinkCallQualityLevel()); in toCallQualityProto()
2211 private static int callQualityLevelToProtoEnum(int level) { in callQualityLevelToProtoEnum() method in TelephonyMetrics