Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/
DServiceStateStats.java361 @NetworkType int imsVoiceRat = imsPhone.getImsStats().getImsVoiceRadioTech(); in getVoiceRat() local
362 if (imsVoiceRat != TelephonyManager.NETWORK_TYPE_UNKNOWN) { in getVoiceRat()
366 (imsVoiceRat == TelephonyManager.NETWORK_TYPE_IWLAN in getVoiceRat()
370 return imsVoiceRat; in getVoiceRat()
DVoiceCallSessionStats.java786 @NetworkType int imsVoiceRat = imsPhone.getImsStats().getImsVoiceRadioTech(); in getVoiceRatWithVoNRFix() local
789 if (imsVoiceRat != TelephonyManager.NETWORK_TYPE_UNKNOWN) { in getVoiceRatWithVoNRFix()
793 (imsVoiceRat == TelephonyManager.NETWORK_TYPE_IWLAN in getVoiceRatWithVoNRFix()
798 rat = imsVoiceRat == TelephonyManager.NETWORK_TYPE_IWLAN in getVoiceRatWithVoNRFix()
799 ? imsVoiceRat : wwanPsRat; in getVoiceRatWithVoNRFix()