HomeSort by relevance Sort by last modified time
    Searched refs:anqpDomainId (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
ANQPNetworkKey.java 37 public ANQPNetworkKey(String ssid, long bssid, long hessid, int anqpDomainID) {
41 mAnqpDomainID = anqpDomainID;
56 * @param anqpDomainId The ANQP Domain ID of the AP
59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) {
60 if (anqpDomainId == 0) {
63 return new ANQPNetworkKey(null, 0, hessid, anqpDomainId);
65 return new ANQPNetworkKey(ssid, 0, 0, anqpDomainId);
  /frameworks/base/wifi/java/android/net/wifi/
ScanResult.java 60 public int anqpDomainId;
461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId,
467 this.anqpDomainId = anqpDomainId;
513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps,
520 this.anqpDomainId = anqpDomainId;
542 public ScanResult(WifiSsid wifiSsid, String Ssid, String BSSID, long hessid, int anqpDomainId,
546 this(Ssid, BSSID, hessid, anqpDomainId, caps, level, frequency, tsf, distCm,
558 anqpDomainId = source.anqpDomainId
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiMetricsTest.java 358 int anqpDomainId, NetworkDetail.HSRelease hsRelease, boolean weakSignal) {
369 when(mockNetworkDetail.getAnqpDomainID()).thenReturn(anqpDomainId);
    [all...]

Completed in 97 milliseconds