Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointNetworkNominateHelper.java378 pw.println(InformationElementUtil.getRoamingConsortiumIE( in dump()
DPasspointManager.java914 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements); in getAllMatchedProviders()
1445 InformationElementUtil.getRoamingConsortiumIE(scanResult.informationElements), in getMatchingScanResults()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DInformationElementUtilTest.java1435 public void getRoamingConsortiumIE() throws Exception { in getRoamingConsortiumIE() method in InformationElementUtilTest
1446 InformationElementUtil.getRoamingConsortiumIE(new InformationElement[] {ie}); in getRoamingConsortiumIE()
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java226 public static RoamingConsortium getRoamingConsortiumIE(InformationElement[] ies) { in getRoamingConsortiumIE() method in InformationElementUtil
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointManagerTest.java1075 when(InformationElementUtil.getRoamingConsortiumIE(isNull())) in matchProviderWithAnqpCacheMissed()