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