Loading services/core/java/com/android/server/TelephonyRegistry.java +3 −3 Original line number Diff line number Diff line Loading @@ -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) && Loading Loading
services/core/java/com/android/server/TelephonyRegistry.java +3 −3 Original line number Diff line number Diff line Loading @@ -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) && Loading