Searched refs:setEapAnonymousIdentity (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DSupplicantStaNetworkHal.java517 && !setEapAnonymousIdentity(NativeUtil.stringToByteArrayList(eapParam))) {
1238 private boolean setEapAnonymousIdentity(java.util.ArrayList<Byte> identity) { method in class:SupplicantStaNetworkHal
1240 final String methodStr = "setEapAnonymousIdentity";
1243 SupplicantStatus status = mISupplicantStaNetwork.setEapAnonymousIdentity(identity);
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DSupplicantStaNetworkHalTest.java1096 }).when(mISupplicantStaNetworkMock).setEapAnonymousIdentity(any(ArrayList.class));

Completed in 63 milliseconds