Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/hotspot2/
DPasspointNetworkEvaluatorTest.java484 when(mPasspointManager.findEapMethodFromNAIRealmMatchedWithCarrier( in skipCreateEphemeralPasspointConfigurationForNonMNO()
506 when(mPasspointManager.findEapMethodFromNAIRealmMatchedWithCarrier( in skipCreateEphemeralPasspointConfigurationForApDisconnectedByUser()
550 when(mPasspointManager.findEapMethodFromNAIRealmMatchedWithCarrier( in createEphemeralPasspointConfigurationWhenEapMethodIsFoundFromMatchingNAIRealm()
556 verify(mPasspointManager).findEapMethodFromNAIRealmMatchedWithCarrier(any(List.class)); in createEphemeralPasspointConfigurationWhenEapMethodIsFoundFromMatchingNAIRealm()
577 when(mPasspointManager.findEapMethodFromNAIRealmMatchedWithCarrier( in installEphemeralPasspointConfiguration()
DPasspointManagerTest.java1755 passpointManager.findEapMethodFromNAIRealmMatchedWithCarrier(scanDetails)); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()
1785 passpointManager.findEapMethodFromNAIRealmMatchedWithCarrier(scanDetails)); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithNoMatch()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/
DPasspointNetworkEvaluator.java202 mPasspointManager.findEapMethodFromNAIRealmMatchedWithCarrier(filteredScanDetails); in createEphemeralProfileForMatchingAp()
DPasspointManager.java454 public int findEapMethodFromNAIRealmMatchedWithCarrier(List<ScanDetail> scanDetails) { in findEapMethodFromNAIRealmMatchedWithCarrier() method in PasspointManager