Home
last modified time | relevance | path

Searched refs:getEapPhase2Method (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java473 if (getEapPhase2Method()) { in loadWifiEnterpriseConfig()
2223 private boolean getEapPhase2Method() { in getEapPhase2Method() method in SupplicantStaNetworkHal
2229 mISupplicantStaNetwork.getEapPhase2Method((SupplicantStatus status, in getEapPhase2Method()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1353 .getEapPhase2Method(any(ISupplicantStaNetwork.getEapPhase2MethodCallback.class)); in setupISupplicantNetworkMock()