Home
last modified time | relevance | path

Searched refs:Vsa (Results 1 – 5 of 5) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java95 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE()
96 Vsa vsa = new Vsa(); in getHS2VendorSpecificIE()
307 public static class Vsa { class in InformationElementUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DNetworkDetail.java141 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in NetworkDetail()
DPasspointManager.java489 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in findEapMethodFromNAIRealmMatchedWithCarrier()
789 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()
905 InformationElementUtil.Vsa vsa = in getANQPElements()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java976 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getAllMatchingFqdnsForScanResults()
1202 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in getMatchingOsuProvidersWithMatch()
1737 InformationElementUtil.Vsa vsa = new InformationElementUtil.Vsa(); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java929 InformationElementUtil.Vsa vsa = in getHS2VendorSpecificIE()