Searched refs:getHS2VendorSpecificIE (Results 1 – 4 of 4) sorted by relevance
1071 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in matchProviderWithAnqpCacheMissed()1205 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getAllMatchingProvidersUpdatedConfigWithFullImsiSimCredential()1244 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getAllMatchingFqdnsForScanResults()1563 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()1570 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in getMatchingOsuProvidersWithMatch()2374 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in matchHomeProviderWhenHomeProviderNotExpired()2424 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in matchRoamingProviderUnsetWhenHomeProviderExpired()2476 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in matchRoamingProviderNonExpiredWhenHomeProviderExpired()2781 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in verifyRequestVenueUrlAnqpElement()2898 when(InformationElementUtil.getHS2VendorSpecificIE(isNull())).thenReturn(vsa); in testGetVenueUrl()[all …]
915 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getAllMatchedProviders()1043 InformationElementUtil.getHS2VendorSpecificIE(scanResult.informationElements); in getANQPElements()1533 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in requestVenueUrlAnqpElement()1560 InformationElementUtil.Vsa vsa = InformationElementUtil.getHS2VendorSpecificIE( in getVenueUrl()
1476 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in getHS2VendorSpecificIEWithDomainIdOnly()1506 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in getHS2VendorSpecificIEWithDomainIdAndPpsMoId()1536 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in testHS2VendorSpecificIEWithDomainIdAndPpsMoIdBitsIncorrectSize()
248 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE() method in InformationElementUtil