Loading src/com/android/settings/network/helper/SubscriptionAnnotation.java +4 −5 Original line number Diff line number Diff line Loading @@ -100,12 +100,11 @@ public class SubscriptionAnnotation { return; } mIsExisted = simSlotIndex.contains(mSubInfo.getSimSlotIndex()); mIsActive = activeSimSlotIndexList.contains(mSubInfo.getSimSlotIndex()); if (mIsExisted) { mIsExisted = true; mIsActive = (mSubInfo.getSimSlotIndex() > SubscriptionManager.INVALID_SIM_SLOT_INDEX) && activeSimSlotIndexList.contains(mSubInfo.getSimSlotIndex()); mIsAllowToDisplay = isDisplayAllowed(context); } } // the index provided during construction of Builder @Keep Loading Loading
src/com/android/settings/network/helper/SubscriptionAnnotation.java +4 −5 Original line number Diff line number Diff line Loading @@ -100,12 +100,11 @@ public class SubscriptionAnnotation { return; } mIsExisted = simSlotIndex.contains(mSubInfo.getSimSlotIndex()); mIsActive = activeSimSlotIndexList.contains(mSubInfo.getSimSlotIndex()); if (mIsExisted) { mIsExisted = true; mIsActive = (mSubInfo.getSimSlotIndex() > SubscriptionManager.INVALID_SIM_SLOT_INDEX) && activeSimSlotIndexList.contains(mSubInfo.getSimSlotIndex()); mIsAllowToDisplay = isDisplayAllowed(context); } } // the index provided during construction of Builder @Keep Loading