Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPNetworkKey.java59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { in buildKey() argument
60 if (anqpDomainId == 0) { in buildKey()
63 return new ANQPNetworkKey(null, 0, hessid, anqpDomainId); in buildKey()
65 return new ANQPNetworkKey(ssid, 0, 0, anqpDomainId); in buildKey()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java60 public int anqpDomainId; field in ScanResult
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
467 this.anqpDomainId = anqpDomainId; in ScanResult()
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument
520 this.anqpDomainId = anqpDomainId; in ScanResult()
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
546 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult()
558 anqpDomainId = source.anqpDomainId; in ScanResult()
643 dest.writeInt(anqpDomainId); in writeToParcel()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java358 int anqpDomainId, NetworkDetail.HSRelease hsRelease, boolean weakSignal) { in buildMockScanDetailPasspoint() argument
369 when(mockNetworkDetail.getAnqpDomainID()).thenReturn(anqpDomainId); in buildMockScanDetailPasspoint()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3686 Landroid/net/wifi/ScanResult;->anqpDomainId:I