Home
last modified time | relevance | path

Searched defs:anqpElements (Results 1 – 11 of 11) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPData.java42 public ANQPData(Clock clock, Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in ANQPData()
DAnqpCache.java56 Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in addEntry()
DPasspointEventHandler.java51 Map<Constants.ANQPElementType, ANQPElement> anqpElements); in onANQPResponse()
DNetworkDetail.java323 …ivate NetworkDetail(NetworkDetail base, Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in NetworkDetail()
349 public NetworkDetail complete(Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in complete()
DPasspointProvider.java334 public PasspointMatch match(Map<ANQPElementType, ANQPElement> anqpElements, in match()
646 Map<ANQPElementType, ANQPElement> anqpElements, in matchFqdnAndRcoi()
DPasspointNetworkScore.java148 Map<ANQPElementType, ANQPElement> anqpElements, boolean isActiveNetwork) { in calculateScore()
DPasspointManager.java151 Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in onANQPResponse()
991 Map<Constants.ANQPElementType, ANQPElement> anqpElements = getANQPElements(scanResult); in getMatchingOsuProviders() local
DPasspointProvisioner.java1012 Map<Constants.ANQPElementType, ANQPElement> anqpElements = in getBestMatchingOsuProvider() local
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetail.java89 public void propagateANQPInfo(Map<Constants.ANQPElementType, ANQPElement> anqpElements) { in propagateANQPInfo()
/frameworks/base/wifi/java/android/net/wifi/
DScanResult.java537 public AnqpInformationElement[] anqpElements; field in ScanResult
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointNetworkScoreTest.java52 public final Map<ANQPElementType, ANQPElement> anqpElements; field in PasspointNetworkScoreTest.TestData