Searched refs:mLteVopsSupportInfo (Results 1 – 1 of 1) sorted by relevance
76 private final LteVopsSupportInfo mLteVopsSupportInfo; field in DataSpecificRegistrationInfo88 this.mLteVopsSupportInfo = lteVops; in DataSpecificRegistrationInfo()102 mLteVopsSupportInfo = dsri.mLteVopsSupportInfo; in DataSpecificRegistrationInfo()110 mLteVopsSupportInfo = LteVopsSupportInfo.CREATOR.createFromParcel(source); in DataSpecificRegistrationInfo()119 mLteVopsSupportInfo.writeToParcel(dest, flags); in writeToParcel()136 .append(" " + mLteVopsSupportInfo) in toString()144 mLteVopsSupportInfo); in hashCode()158 && Objects.equals(mLteVopsSupportInfo, other.mLteVopsSupportInfo); in equals()179 return mLteVopsSupportInfo; in getLteVopsSupportInfo()