Loading packages/Keyguard/src/com/android/keyguard/KeyguardUpdateMonitor.java +3 −0 Original line number Diff line number Diff line Loading @@ -676,6 +676,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { for (SubInfoRecord subInfo: activeSubInfos) { //subId for the slot initially initiazed to invalid value //Got intent with correct subId for the slot now. if (subInfo.slotId > getNumPhones() - 1) { continue; } if (mSubIdForSlot[subInfo.slotId] != subInfo.subId) { long subId = mSubIdForSlot[subInfo.slotId]; mSubIdForSlot[subInfo.slotId] = subInfo.subId; Loading Loading
packages/Keyguard/src/com/android/keyguard/KeyguardUpdateMonitor.java +3 −0 Original line number Diff line number Diff line Loading @@ -676,6 +676,9 @@ public class KeyguardUpdateMonitor implements TrustManager.TrustListener { for (SubInfoRecord subInfo: activeSubInfos) { //subId for the slot initially initiazed to invalid value //Got intent with correct subId for the slot now. if (subInfo.slotId > getNumPhones() - 1) { continue; } if (mSubIdForSlot[subInfo.slotId] != subInfo.subId) { long subId = mSubIdForSlot[subInfo.slotId]; mSubIdForSlot[subInfo.slotId] = subInfo.subId; Loading