Home
last modified time | relevance | path

Searched refs:getCurrentNetworkEapAnonymousIdentity (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNativeTest.java1230 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
1236 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
1242 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
1247 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
1252 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
1257 when(mStaIfaceHal.getCurrentNetworkEapAnonymousIdentity(WIFI_IFACE_NAME)) in testGetEapAnonymousIdentity()
H A DSupplicantStaIfaceHalTest.java809 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
813 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNative.java2427 .getCurrentNetworkEapAnonymousIdentity(ifaceName);
H A DSupplicantStaIfaceHal.java1216 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHal