Home
last modified time | relevance | path

Searched refs:getHS2VendorSpecificIE (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1071 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 …]
/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointManager.java915 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()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1476 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in getHS2VendorSpecificIEWithDomainIdOnly()
1506 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in getHS2VendorSpecificIEWithDomainIdAndPpsMoId()
1536 InformationElementUtil.getHS2VendorSpecificIE(new InformationElement[] {ie}); in testHS2VendorSpecificIEWithDomainIdAndPpsMoIdBitsIncorrectSize()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java248 public static Vsa getHS2VendorSpecificIE(InformationElement[] ies) { in getHS2VendorSpecificIE() method in InformationElementUtil