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