Home
last modified time | relevance | path

Searched refs:getCarrierEapMethodFromMatchingNAIRealm (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DANQPMatcherTest.java354 ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(TEST_3GPP_FQDN, element)); in getEapMethodForNAIRealmWithCarrierInMatch()
373 ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(TEST_3GPP_FQDN, element)); in getEapMethodForNAIRealmWithCarrierInMatchButNotEapMethod()
399 ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(TEST_3GPP_FQDN, element)); in getEapMethodForNAIRealmWithCarrierInMatchButNotCarrierEapMethod()
424 ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(TEST_3GPP_FQDN, element)); in getEapMethodForNAIRealmWithCarrierInNoMatch()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DANQPMatcher.java130 public static int getCarrierEapMethodFromMatchingNAIRealm(String realm, in getCarrierEapMethodFromMatchingNAIRealm() method in ANQPMatcher
DPasspointManager.java513 int eapMethod = ANQPMatcher.getCarrierEapMethodFromMatchingNAIRealm(domain, in findEapMethodFromNAIRealmMatchedWithCarrier()