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

Commit 1f521944 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove Flag.useRelaxedIdMatch from TelephonyRegistry" into main

parents a6591973 aee21605
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -4563,10 +4563,6 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
     * TODO: b/337878785 for longterm fix
     */
    boolean idMatchRelaxed(Record r, int subId, int phoneId) {
        if (!Flags.useRelaxedIdMatch()) {
            return idMatch(r, subId, phoneId);
        }

        if (subId < 0) {
            // Invalid case, we need compare phoneId.
            // If the record does not have a valid phone Id send phone 0 notifications.