Searched refs:mPortList (Results 1 – 2 of 2) sorted by relevance
44 private final List<UiccPortInfo> mPortList; field in UiccCardInfo67 mPortList = new ArrayList<UiccPortInfo>(); in UiccCardInfo()68 in.readTypedList(mPortList, UiccPortInfo.CREATOR); in UiccCardInfo()81 dest.writeTypedList(mPortList, flags); in writeToParcel()113 this.mPortList = portList; in UiccCardInfo()169 return mPortList.isEmpty() ? null : mPortList.get(0).getIccId(); in getIccId()220 return Collections.unmodifiableList(mPortList); in getPorts()251 && (Objects.equals(mPortList, that.mPortList))); in equals()257 mIsMultipleEnabledProfilesSupported, mPortList); in hashCode()275 + mPortList in toString()
72 private final List<UiccPortInfo> mPortList; field in UiccSlotInfo95 mPortList = new ArrayList<UiccPortInfo>(); in UiccSlotInfo()96 in.readTypedList(mPortList, UiccPortInfo.CREATOR); in UiccSlotInfo()109 dest.writeTypedList(mPortList, flags); in writeToParcel()132 this.mPortList = new ArrayList<UiccPortInfo>(); in UiccSlotInfo()147 this.mPortList = portList; in UiccSlotInfo()236 return Collections.unmodifiableList(mPortList); in getPorts()267 && (Objects.equals(mPortList, that.mPortList)); in equals()273 mIsExtendedApduSupported, mIsRemovable, mPortList); in hashCode()291 + mPortList in toString()