Searched refs:CallQualityLevel (Results 1 – 5 of 5) sorted by relevance
68 public @interface CallQualityLevel {} annotation in CallQuality70 @CallQualityLevel72 @CallQualityLevel125 @CallQualityLevel int downlinkCallQualityLevel, in CallQuality()126 @CallQualityLevel int uplinkCallQualityLevel, in CallQuality()164 @CallQualityLevel int downlinkCallQualityLevel, in CallQuality()165 @CallQualityLevel int uplinkCallQualityLevel, in CallQuality()198 @CallQualityLevel206 @CallQualityLevel
85 cq.downlinkLevel = CallQuality.CallQualityLevel.GOOD; in testAddCallQualityEvent()86 cq.uplinkLevel = CallQuality.CallQualityLevel.GOOD; in testAddCallQualityEvent()104 cq1.downlinkLevel = CallQuality.CallQualityLevel.GOOD; in testAddCallQualitySummaryEvent()105 cq1.uplinkLevel = CallQuality.CallQualityLevel.GOOD; in testAddCallQualitySummaryEvent()108 cq1.downlinkLevel = CallQuality.CallQualityLevel.BAD; in testAddCallQualitySummaryEvent()109 cq1.uplinkLevel = CallQuality.CallQualityLevel.BAD; in testAddCallQualitySummaryEvent()
2147 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.EXCELLENT; in callQualityLevelToProtoEnum()2149 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.GOOD; in callQualityLevelToProtoEnum()2151 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.FAIR; in callQualityLevelToProtoEnum()2153 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.POOR; in callQualityLevelToProtoEnum()2155 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.BAD; in callQualityLevelToProtoEnum()2157 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.NOT_AVAILABLE; in callQualityLevelToProtoEnum()2159 return TelephonyCallSession.Event.CallQuality.CallQualityLevel.UNDEFINED; in callQualityLevelToProtoEnum()
2185 enum CallQualityLevel { enum2205 // the downlink CallQualityLevel for a given ongoing call2206 optional CallQualityLevel downlink_level = 1;2208 // the uplink CallQualityLevel for a given ongoing call2209 optional CallQualityLevel uplink_level = 2;
50005 …oid/internal/telephony/nano/TelephonyProto$TelephonyCallSession$Event$CallQuality$CallQualityLevel;