Searched refs:setEapPrivateKeyId (Results 1 – 4 of 4) sorted by relevance
554 sta_network_->setEapPrivateKeyId( in TEST_P()
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()
465 setEapPrivateKeyId(string id) generates (SupplicantStatus status);
2111 }).when(mISupplicantStaNetworkMock).setEapPrivateKeyId(any(String.class)); in setupISupplicantNetworkMock()