Searched refs:setEapPhase2Method (Results 1 – 2 of 2) sorted by relevance
597 if (!setEapPhase2Method(wifiConfigurationToSupplicantEapPhase2Method( in saveWifiEnterpriseConfig()1545 private boolean setEapPhase2Method(int method) { in setEapPhase2Method() method in SupplicantStaNetworkHal1550 SupplicantStatus status = mISupplicantStaNetwork.setEapPhase2Method(method); in setEapPhase2Method()
1341 }).when(mISupplicantStaNetworkMock).setEapPhase2Method(any(int.class)); in setupISupplicantNetworkMock()