Home
last modified time | relevance | path

Searched refs:mUnderlyingIfaces (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Connectivity/framework-t/src/android/net/
DUnderlyingNetworkInfo.java48 private final List<String> mUnderlyingIfaces; field in UnderlyingNetworkInfo
56 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()