Loading services/core/java/com/android/server/TelephonyRegistry.java +8 −0 Original line number Diff line number Diff line Loading @@ -3535,6 +3535,10 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { synchronized (mRecords) { int phoneId = getPhoneIdFromSubId(subId); if (!validatePhoneId(phoneId)) { loge("Invalid phone ID " + phoneId + " for " + subId); return; } mCarrierRoamingNtnMode[phoneId] = active; for (Record r : mRecords) { if (r.matchTelephonyCallbackEvent( Loading Loading @@ -3582,6 +3586,10 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { synchronized (mRecords) { int phoneId = getPhoneIdFromSubId(subId); if (!validatePhoneId(phoneId)) { loge("Invalid phone ID " + phoneId + " for " + subId); return; } mCarrierRoamingNtnEligible[phoneId] = eligible; for (Record r : mRecords) { if (r.matchTelephonyCallbackEvent( Loading Loading
services/core/java/com/android/server/TelephonyRegistry.java +8 −0 Original line number Diff line number Diff line Loading @@ -3535,6 +3535,10 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { synchronized (mRecords) { int phoneId = getPhoneIdFromSubId(subId); if (!validatePhoneId(phoneId)) { loge("Invalid phone ID " + phoneId + " for " + subId); return; } mCarrierRoamingNtnMode[phoneId] = active; for (Record r : mRecords) { if (r.matchTelephonyCallbackEvent( Loading Loading @@ -3582,6 +3586,10 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub { synchronized (mRecords) { int phoneId = getPhoneIdFromSubId(subId); if (!validatePhoneId(phoneId)) { loge("Invalid phone ID " + phoneId + " for " + subId); return; } mCarrierRoamingNtnEligible[phoneId] = eligible; for (Record r : mRecords) { if (r.matchTelephonyCallbackEvent( Loading