Searched refs:mDstIp (Results 1 – 1 of 1) sorted by relevance
216 private final @Nullable InetAddress mDstIp; field in QosPolicyParams251 this.mDstIp = dstIp; in QosPolicyParams()309 if (mDstIp != null && !(mDstIp instanceof Inet4Address)) { in validate()319 if (mDstIp != null && !(mDstIp instanceof Inet6Address)) { in validate()448 return mDstIp; in getDestinationAddress()553 && mDstIp.equals(that.mDstIp) in equals()566 return Objects.hash(mPolicyId, mDscp, mUserPriority, mSrcIp, mDstIp, mSrcPort, in hashCode()577 + "dstIp=" + mDstIp + ", " in toString()610 dest.writeByteArray(mDstIp != null ? mDstIp.getAddress() : null); in writeToParcel()629 this.mDstIp = getInetAddrOrNull(in.createByteArray()); in QosPolicyParams()[all …]