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