/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/ |
D | ANQPNetworkKey.java | 37 public ANQPNetworkKey(String ssid, long bssid, long hessid, int anqpDomainID) { in ANQPNetworkKey() argument 40 mHESSID = hessid; in ANQPNetworkKey() 59 public static ANQPNetworkKey buildKey(String ssid, long bssid, long hessid, int anqpDomainId) { in buildKey() argument 62 } else if (hessid != 0L) { in buildKey() 63 return new ANQPNetworkKey(null, 0, hessid, anqpDomainId); in buildKey()
|
D | PasspointManager.java | 400 ANQPNetworkKey anqpKey = ANQPNetworkKey.buildKey(scanResult.SSID, bssid, scanResult.hessid, in getAllMatchedProviders() 518 scanResult.SSID, bssid, scanResult.hessid, vsa.anqpDomainID)); in getANQPElements()
|
D | NetworkDetail.java | 246 mHESSID = interworking.hessid; in NetworkDetail()
|
/frameworks/base/wifi/java/android/net/wifi/ |
D | ScanResult.java | 54 public long hessid; field in ScanResult 461 public ScanResult(WifiSsid wifiSsid, String BSSID, long hessid, int anqpDomainId, in ScanResult() argument 466 this.hessid = hessid; in ScanResult() 513 public ScanResult(String Ssid, String BSSID, long hessid, int anqpDomainId, String caps, in ScanResult() argument 519 this.hessid = hessid; 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() 557 hessid = source.hessid; in ScanResult() 642 dest.writeLong(hessid); in writeToParcel()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | InformationElementUtilTest.java | 754 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementNoVenueIE() 783 assertEquals(0x112233445566L, interworking.hessid); in getInterworkingElementWithVenueIE()
|
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/ |
D | PpsMoParser.java | 747 Long hessid = null; in parseNetworkIdInstance() local 754 hessid = parseLong(getPpsNodeValue(child), 16); in parseNetworkIdInstance() 764 return new Pair<String, Long>(ssid, hessid); in parseNetworkIdInstance()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/ |
D | InformationElementUtil.java | 227 public long hessid = 0L; field in InformationElementUtil.Interworking 255 hessid = ByteBufferReader.readInteger(data, ByteOrder.BIG_ENDIAN, 6); in from()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiMetricsTest.java | 357 private ScanDetail buildMockScanDetailPasspoint(String ssid, String bssid, long hessid, in buildMockScanDetailPasspoint() argument 364 scanResult.hessid = hessid; in buildMockScanDetailPasspoint()
|
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/ |
D | PasspointManagerTest.java | 301 scanResult.hessid = TEST_HESSID; in createTestScanResult()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiMetrics.java | 1644 scanResult.hessid, networkDetail.getAnqpDomainID()); in incrementAvailableNetworksHistograms()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 3692 Landroid/net/wifi/ScanResult;->hessid:J
|