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.java132 private MacAddress mApMldMacAddress; field in WifiInfo
505 mApMldMacAddress = null; in WifiInfo()
591 mApMldMacAddress = shouldRedactLocationSensitiveFields(redactions) in WifiInfo()
592 ? null : source.mApMldMacAddress; in WifiInfo()
594 if (source.mApMldMacAddress != null) { in WifiInfo()
825 mApMldMacAddress = address; in setApMldMacAddress()
929 return mApMldMacAddress; in getApMldMacAddress()
1594 mApMldMacAddress == null ? none : mApMldMacAddress.toString()) in toString()
1596 mApMldMacAddress == null ? none : mApMloLinkId) in toString()
1598 mApMldMacAddress == null ? none : mAffiliatedMloLinks) in toString()
[all …]
DScanResult.java104 private MacAddress mApMldMacAddress; field in ScanResult
114 return mApMldMacAddress; in getApMldMacAddress()
122 mApMldMacAddress = address; in setApMldMacAddress()
1737 this.mApMldMacAddress = null; in ScanResult()
1777 this.mApMldMacAddress = null; in ScanResult()
1806 this.mApMldMacAddress = null; in ScanResult()
1836 this.mApMldMacAddress = null; in ScanResult()
1880 this.mApMldMacAddress = source.mApMldMacAddress; in ScanResult()
1929 if (mApMldMacAddress != null) { in toString()
1932 .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()