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