Searched refs:getHS2VendorSpecificIE (Results 1 – 4 of 4) sorted by relevance
913 public void getHS2VendorSpecificIE() throws Exception { in getHS2VendorSpecificIE() method in InformationElementUtilTest930 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in getHS2VendorSpecificIE()
489 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in findEapMethodFromNAIRealmMatchedWithCarrier()789 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()906 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
980 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getAllMatchingFqdnsForScanResults()1206 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1213 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1741 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()
95 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE() method in InformationElementUtil