Home
last modified time | relevance | path

Searched defs:AddressInfo (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/Tethering/common/TetheringLib/src/android/net/
DTetheredClient.java120 public static final class AddressInfo implements Parcelable { class in TetheredClient
127 public AddressInfo(@NonNull LinkAddress address, @Nullable String hostname) { in AddressInfo() method in TetheredClient.AddressInfo
132 private AddressInfo(Parcel in) { in AddressInfo() method in TetheredClient.AddressInfo