Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1171ed6e authored by Qingqi Lei's avatar Qingqi Lei Committed by Android (Google) Code Review
Browse files

Merge "Collect IMS RAT while IMS PDN is disconnected in voice call metric" into main

parents 92d71932 348162b1
Loading
Loading
Loading
Loading
+2 −5
Original line number Diff line number Diff line
@@ -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) {