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

This commit is contained in:
SongFerng Wang
2019-04-09 17:53:43 +00:00
committed by Android (Google) Code Review

View File

@@ -1304,12 +1304,12 @@ public class TelephonyRegistry extends ITelephonyRegistry.Stub {
return; return;
} }
if (VDBG) { if (VDBG) {
log("notifyUserMobileDataStateChangedForSubscriberPhoneID: subId=" + phoneId log("notifyUserMobileDataStateChangedForSubscriberPhoneID: PhoneId=" + phoneId
+ " state=" + state); + " subId=" + subId + " state=" + state);
} }
synchronized (mRecords) { synchronized (mRecords) {
if (validatePhoneId(phoneId)) { if (validatePhoneId(phoneId)) {
mMessageWaiting[phoneId] = state; mUserMobileDataState[phoneId] = state;
for (Record r : mRecords) { for (Record r : mRecords) {
if (r.matchPhoneStateListenerEvent( if (r.matchPhoneStateListenerEvent(
PhoneStateListener.LISTEN_USER_MOBILE_DATA_STATE) && PhoneStateListener.LISTEN_USER_MOBILE_DATA_STATE) &&