Loading src/java/com/android/internal/telephony/ServiceStateTracker.java +4 −4 Original line number Diff line number Diff line Loading @@ -3414,15 +3414,15 @@ public class ServiceStateTracker extends Handler { } } if (hasCssIndicatorChanged) { mPhone.notifyAllActiveDataConnections(); } mReasonDataDenied = mNewReasonDataDenied; mMaxDataCalls = mNewMaxDataCalls; mRejectCode = mNewRejectCode; } if (hasCssIndicatorChanged) { mPhone.notifyAllActiveDataConnections(); } ServiceState oldMergedSS = new ServiceState(mPhone.getServiceState()); // swap mSS and mNewSS to put new state in mSS Loading Loading
src/java/com/android/internal/telephony/ServiceStateTracker.java +4 −4 Original line number Diff line number Diff line Loading @@ -3414,15 +3414,15 @@ public class ServiceStateTracker extends Handler { } } if (hasCssIndicatorChanged) { mPhone.notifyAllActiveDataConnections(); } mReasonDataDenied = mNewReasonDataDenied; mMaxDataCalls = mNewMaxDataCalls; mRejectCode = mNewRejectCode; } if (hasCssIndicatorChanged) { mPhone.notifyAllActiveDataConnections(); } ServiceState oldMergedSS = new ServiceState(mPhone.getServiceState()); // swap mSS and mNewSS to put new state in mSS Loading