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.java2100 cq.downlinkLevel = callQualityLevelToProtoEnum(callQuality in toCallQualityProto()
2102 cq.uplinkLevel = callQualityLevelToProtoEnum(callQuality.getUplinkCallQualityLevel()); in toCallQualityProto()
2122 private static int callQualityLevelToProtoEnum(int level) { in callQualityLevelToProtoEnum() method in TelephonyMetrics