Loading src/java/com/android/internal/telephony/metrics/VoiceCallSessionStats.java +2 −5 Original line number Diff line number Diff line Loading @@ -797,12 +797,9 @@ public class VoiceCallSessionStats { } } } if (bearer == VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_IMS) { return TelephonyManager.NETWORK_TYPE_UNKNOWN; } else { return ServiceStateStats.getRat(state, NetworkRegistrationInfo.DOMAIN_CS); } } /** Resets the list of codecs used for the connection with only the codec currently in use. */ private void resetCodecList(Connection conn) { Loading Loading
src/java/com/android/internal/telephony/metrics/VoiceCallSessionStats.java +2 −5 Original line number Diff line number Diff line Loading @@ -797,12 +797,9 @@ public class VoiceCallSessionStats { } } } if (bearer == VOICE_CALL_SESSION__BEARER_AT_END__CALL_BEARER_IMS) { return TelephonyManager.NETWORK_TYPE_UNKNOWN; } else { return ServiceStateStats.getRat(state, NetworkRegistrationInfo.DOMAIN_CS); } } /** Resets the list of codecs used for the connection with only the codec currently in use. */ private void resetCodecList(Connection conn) { Loading