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