Searched refs:setEapSubjectMatch (Results 1 – 2 of 2) sorted by relevance
647 if (!TextUtils.isEmpty(eapParam) && !setEapSubjectMatch(eapParam)) { in saveWifiEnterpriseConfig()1673 private boolean setEapSubjectMatch(String match) { in setEapSubjectMatch() method in SupplicantStaNetworkHal1678 SupplicantStatus status = mISupplicantStaNetwork.setEapSubjectMatch(match); in setEapSubjectMatch()
1437 }).when(mISupplicantStaNetworkMock).setEapSubjectMatch(any(String.class)); in setupISupplicantNetworkMock()