notifyUserMobileDataStateChangedForPhoneId does not set mUserMobileDataState.
notifyUserMobileDataStateChangedForPhoneId does not set mUserMobileDataState.
Bug: 128510330
Test: build pass
Change-Id: I5db6329ce4699cca8d79a827c36f7f61a4fa8f92
Merged-In: I5db6329ce4699cca8d79a827c36f7f61a4fa8f92
(cherry picked from commit 1b3134c514)
This commit is contained in:
committed by
SongFerng Wang
parent
8e3183e126
commit
0b109f5f93
@@ -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) &&
|
||||
|
||||
Reference in New Issue
Block a user