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.java67 public int anqpDomainId; field in ScanResult
562 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
568 this.anqpDomainId = anqpDomainId; in ScanResult()
614 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument
621 this.anqpDomainId = anqpDomainId; in ScanResult()
643 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument
647 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm, in ScanResult()
659 anqpDomainId = source.anqpDomainId; in ScanResult()
744 dest.writeInt(anqpDomainId); in writeToParcel()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java389 scanResult.anqpDomainId = TEST_ANQP_DOMAIN_ID; in createTestScanResult()
408 scanResult.anqpDomainId = TEST_ANQP_DOMAIN_ID2; in createTestScanResults()
425 scanResult3.anqpDomainId = TEST_ANQP_DOMAIN_ID2; in createTestScanResults()
443 scanResult.anqpDomainId = anqpDomaiId; in generateScanDetail()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiMetricsTest.java473 int anqpDomainId, NetworkDetail.HSRelease hsRelease, boolean weakSignal) { in buildMockScanDetailPasspoint() argument
484 when(mockNetworkDetail.getAnqpDomainID()).thenReturn(anqpDomainId); in buildMockScanDetailPasspoint()