Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +3 −2 Original line number Diff line number Diff line Loading @@ -1562,10 +1562,11 @@ public class ServiceStateTracker extends Handler { mNrStateChangedRegistrants.notifyRegistrants(); hasChanged = true; } hasChanged |= RatRatcheter .updateBandwidths(getBandwidthsFromConfigs(list), mSS); // Notify NR frequency, NR connection status or bandwidths changed. if (hasChanged || RatRatcheter.updateBandwidths(getBandwidthsFromConfigs(list), mSS)) { if (hasChanged) { mPhone.notifyServiceStateChanged(mSS); } } Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +3 −2 Original line number Diff line number Diff line Loading @@ -1562,10 +1562,11 @@ public class ServiceStateTracker extends Handler { mNrStateChangedRegistrants.notifyRegistrants(); hasChanged = true; } hasChanged |= RatRatcheter .updateBandwidths(getBandwidthsFromConfigs(list), mSS); // Notify NR frequency, NR connection status or bandwidths changed. if (hasChanged || RatRatcheter.updateBandwidths(getBandwidthsFromConfigs(list), mSS)) { if (hasChanged) { mPhone.notifyServiceStateChanged(mSS); } } Loading