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()
484 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in findEapMethodFromNAIRealmMatchedWithCarrier()771 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()888 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()
978 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getAllMatchingFqdnsForScanResults()1204 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1211 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1739 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()
95 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE() method in InformationElementUtil