Home
last modified time | relevance | path

Searched refs:parseANQPLines (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java255 mANQPElements = SupplicantBridge.parseANQPLines(anqpLines); in NetworkDetail()
DSupplicantBridge.java84 public static Map<Constants.ANQPElementType, ANQPElement> parseANQPLines(List<String> lines) { in parseANQPLines() method in SupplicantBridge