Searched refs:mApMldMacAddress (Results 1 – 4 of 4) sorted by relevance
132 private MacAddress mApMldMacAddress; field in WifiInfo505 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 …]
104 private MacAddress mApMldMacAddress; field in ScanResult114 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 …]
52 private MacAddress mApMldMacAddress; field in ConcreteCandidate95 mApMldMacAddress = candidate.getApMldMacAddress(); in ConcreteCandidate()326 return mApMldMacAddress; in getApMldMacAddress()361 return (mApMldMacAddress != null); in isMultiLinkCapable()
249 private final MacAddress mApMldMacAddress; field in WifiCandidates.CandidateImpl292 this.mApMldMacAddress = apMldMacAddress; in CandidateImpl()333 return (mApMldMacAddress != null); in isMultiLinkCapable()433 return mApMldMacAddress; in getApMldMacAddress()