Searched refs:findEapMethodFromNAIRealmMatchedWithCarrier (Results 1 – 4 of 4) sorted by relevance
484 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()
1755 passpointManager.findEapMethodFromNAIRealmMatchedWithCarrier(scanDetails)); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithMatch()1785 passpointManager.findEapMethodFromNAIRealmMatchedWithCarrier(scanDetails)); in verifyFindEapMethodFromNAIRealmMatchedWithCarrierWithNoMatch()
202 mPasspointManager.findEapMethodFromNAIRealmMatchedWithCarrier(filteredScanDetails); in createEphemeralProfileForMatchingAp()
454 public int findEapMethodFromNAIRealmMatchedWithCarrier(List<ScanDetail> scanDetails) { in findEapMethodFromNAIRealmMatchedWithCarrier() method in PasspointManager