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