Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java57 public int anqpDomainId; field in ScanResult
353 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
359 this.anqpDomainId = anqpDomainId; in ScanResult()
397 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument
404 this.anqpDomainId = anqpDomainId; in ScanResult()
422 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
426 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult()
438 anqpDomainId = source.anqpDomainId; in ScanResult()
518 dest.writeInt(anqpDomainId); in writeToParcel()
/frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
DOSUInfo.java45 mAnqpDomID = scanResult.anqpDomainId; in OSUInfo()