Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/net/
H A DInterfaceConfiguration.java32 private LinkAddress mAddr; field in InterfaceConfiguration
49 builder.append(" mAddr=").append(String.valueOf(mAddr)); in toString()
103 return mAddr; in getLinkAddress()
108 mAddr = addr; in setLinkAddress()
129 for (byte b : mAddr.getAddress().getAddress()) { in isActive()
151 if (mAddr != null) { in writeToParcel()
153 dest.writeParcelable(mAddr, flags); in writeToParcel()
170 info.mAddr = in.readParcelable(null);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt32879 Landroid/net/InterfaceConfiguration;->mAddr:Landroid/net/LinkAddress;