Searched refs:setEapAltSubjectMatch (Results 1 – 2 of 2) sorted by relevance
664 if (!TextUtils.isEmpty(eapParam) && !setEapAltSubjectMatch(eapParam)) { in saveWifiEnterpriseConfig()1680 private boolean setEapAltSubjectMatch(String match) { in setEapAltSubjectMatch() method in SupplicantStaNetworkHal1685 SupplicantStatus status = mISupplicantStaNetwork.setEapAltSubjectMatch(match); in setEapAltSubjectMatch()
1497 }).when(mISupplicantStaNetworkMock).setEapAltSubjectMatch(any(String.class)); in setupISupplicantNetworkMock()