Searched refs:setEapPrivateKeyId (Results 1 – 2 of 2) sorted by relevance
754 if (!TextUtils.isEmpty(eapParam) && !setEapPrivateKeyId(eapParam)) { in saveWifiEnterpriseConfig()2010 private boolean setEapPrivateKeyId(String id) { in setEapPrivateKeyId() method in SupplicantStaNetworkHal2015 SupplicantStatus status = mISupplicantStaNetwork.setEapPrivateKeyId(id); in setEapPrivateKeyId()
2111 }).when(mISupplicantStaNetworkMock).setEapPrivateKeyId(any(String.class)); in setupISupplicantNetworkMock()