Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DSupplicantStaNetworkHal.java709 if (!setEapAnonymousIdentity(NativeUtil.stringToByteArrayList(eapParam))) { in saveWifiEnterpriseConfig()
1935 private boolean setEapAnonymousIdentity(java.util.ArrayList<Byte> identity) { in setEapAnonymousIdentity() method in SupplicantStaNetworkHal
1940 SupplicantStatus status = mISupplicantStaNetwork.setEapAnonymousIdentity(identity); in setEapAnonymousIdentity()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java2005 }).when(mISupplicantStaNetworkMock).setEapAnonymousIdentity(any(ArrayList.class)); in setupISupplicantNetworkMock()