Loading services/core/java/com/android/server/TelephonyRegistry.java +0 −4 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
services/core/java/com/android/server/TelephonyRegistry.java +0 −4 Original line number Diff line number Diff line Loading @@ -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. Loading