Loading telephony/java/android/telephony/UiccSlotInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ public class UiccSlotInfo implements Parcelable { UiccSlotInfo that = (UiccSlotInfo) obj; return (mIsActive == that.mIsActive) && (mIsEuicc == that.mIsEuicc) && (mCardId == that.mCardId) && (Objects.equals(mCardId, that.mCardId)) && (mCardStateInfo == that.mCardStateInfo) && (mLogicalSlotIdx == that.mLogicalSlotIdx) && (mIsExtendedApduSupported == that.mIsExtendedApduSupported); Loading Loading
telephony/java/android/telephony/UiccSlotInfo.java +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ public class UiccSlotInfo implements Parcelable { UiccSlotInfo that = (UiccSlotInfo) obj; return (mIsActive == that.mIsActive) && (mIsEuicc == that.mIsEuicc) && (mCardId == that.mCardId) && (Objects.equals(mCardId, that.mCardId)) && (mCardStateInfo == that.mCardStateInfo) && (mLogicalSlotIdx == that.mLogicalSlotIdx) && (mIsExtendedApduSupported == that.mIsExtendedApduSupported); Loading