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