Searched refs:setEapEngine (Results 1 – 2 of 2) sorted by relevance
659 if (!TextUtils.isEmpty(eapParam) && !setEapEngine( in saveWifiEnterpriseConfig()1703 private boolean setEapEngine(boolean enable) { in setEapEngine() method in SupplicantStaNetworkHal1708 SupplicantStatus status = mISupplicantStaNetwork.setEapEngine(enable); in setEapEngine()
1452 }).when(mISupplicantStaNetworkMock).setEapEngine(any(boolean.class)); in setupISupplicantNetworkMock()