Searched refs:mUnderlyingIfaces (Results 1 – 1 of 1) sorted by relevance
48 private final List<String> mUnderlyingIfaces; field in UnderlyingNetworkInfo56 mUnderlyingIfaces = Collections.unmodifiableList(new ArrayList<>(underlyingIfaces)); in UnderlyingNetworkInfo()64 mUnderlyingIfaces = Collections.unmodifiableList(underlyingIfaces); in UnderlyingNetworkInfo()81 return mUnderlyingIfaces; in getUnderlyingInterfaces()89 + ", underlyingIfaces='" + mUnderlyingIfaces.toString() + '\'' in toString()102 dest.writeList(mUnderlyingIfaces); in writeToParcel()128 && Objects.equals(mUnderlyingIfaces, that.getUnderlyingInterfaces()); in equals()133 return Objects.hash(mOwnerUid, mIface, mUnderlyingIfaces); in hashCode()