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

Commit a8e8397b authored by SongFerng Wang's avatar SongFerng Wang Committed by android-build-merger
Browse files

Merge "notifyUserMobileDataStateChangedForPhoneId does not set mUserMobileDataState." into qt-dev

am: 1de17591

Change-Id: Ic4bada7b04e636b9b8de42787052048d29d350a1
parents 75062eaa 1de17591
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1304,12 +1304,12 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
            return;
        }
        if (VDBG) {
            log("notifyUserMobileDataStateChangedForSubscriberPhoneID: subId=" + phoneId
                    + " state=" + state);
            log("notifyUserMobileDataStateChangedForSubscriberPhoneID: PhoneId=" + phoneId
                    + " subId=" + subId + " state=" + state);
        }
        synchronized (mRecords) {
            if (validatePhoneId(phoneId)) {
                mMessageWaiting[phoneId] = state;
                mUserMobileDataState[phoneId] = state;
                for (Record r : mRecords) {
                    if (r.matchPhoneStateListenerEvent(
                            PhoneStateListener.LISTEN_USER_MOBILE_DATA_STATE) &&