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