Searched refs:setEapAnonymousIdentity (Results 1 – 2 of 2) sorted by relevance
709 if (!setEapAnonymousIdentity(NativeUtil.stringToByteArrayList(eapParam))) { in saveWifiEnterpriseConfig()1935 private boolean setEapAnonymousIdentity(java.util.ArrayList<Byte> identity) { in setEapAnonymousIdentity() method in SupplicantStaNetworkHal1940 SupplicantStatus status = mISupplicantStaNetwork.setEapAnonymousIdentity(identity); in setEapAnonymousIdentity()
2005 }).when(mISupplicantStaNetworkMock).setEapAnonymousIdentity(any(ArrayList.class)); in setupISupplicantNetworkMock()