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