Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiInfo.java131 private MacAddress mApMldMacAddress; field in WifiInfo
504 mApMldMacAddress = null; in WifiInfo()
590 mApMldMacAddress = shouldRedactLocationSensitiveFields(redactions) in WifiInfo()
591 ? null : source.mApMldMacAddress; in WifiInfo()
593 if (source.mApMldMacAddress != null) { in WifiInfo()
823 mApMldMacAddress = address; in setApMldMacAddress()
927 return mApMldMacAddress; in getApMldMacAddress()
1587 mApMldMacAddress == null ? none : mApMldMacAddress.toString()) in toString()
1589 mApMldMacAddress == null ? none : mApMloLinkId) in toString()
1591 mApMldMacAddress == null ? none : mAffiliatedMloLinks) in toString()
[all …]
DScanResult.java102 private MacAddress mApMldMacAddress; field in ScanResult
112 return mApMldMacAddress; in getApMldMacAddress()
120 mApMldMacAddress = address; in setApMldMacAddress()
1658 this.mApMldMacAddress = null; in ScanResult()
1695 this.mApMldMacAddress = null; in ScanResult()
1724 this.mApMldMacAddress = null; in ScanResult()
1754 this.mApMldMacAddress = null; in ScanResult()
1798 this.mApMldMacAddress = source.mApMldMacAddress; in ScanResult()
1847 if (mApMldMacAddress != null) { in toString()
1850 .append(mApMldMacAddress.toString()) in toString()
[all …]
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java52 private MacAddress mApMldMacAddress; field in ConcreteCandidate
95 mApMldMacAddress = candidate.getApMldMacAddress(); in ConcreteCandidate()
326 return mApMldMacAddress; in getApMldMacAddress()
361 return (mApMldMacAddress != null); in isMultiLinkCapable()
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiCandidates.java249 private final MacAddress mApMldMacAddress; field in WifiCandidates.CandidateImpl
292 this.mApMldMacAddress = apMldMacAddress; in CandidateImpl()
333 return (mApMldMacAddress != null); in isMultiLinkCapable()
433 return mApMldMacAddress; in getApMldMacAddress()