Home
last modified time | relevance | path

Searched refs:getEapPrivateKeyId (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java516 if (getEapPrivateKeyId() && !TextUtils.isEmpty(mEapPrivateKeyId)) { in loadWifiEnterpriseConfig()
2396 private boolean getEapPrivateKeyId() { in getEapPrivateKeyId() method in SupplicantStaNetworkHal
2402 mISupplicantStaNetwork.getEapPrivateKeyId((SupplicantStatus status, in getEapPrivateKeyId()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java1489 .getEapPrivateKeyId(any(ISupplicantStaNetwork.getEapPrivateKeyIdCallback.class)); in setupISupplicantNetworkMock()