Searched refs:getCurrentNetworkEapAnonymousIdentity (Results 1 – 4 of 4) sorted by relevance
1230 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()
809 assertEquals(null, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()813 anonymousIdentity, mDut.getCurrentNetworkEapAnonymousIdentity(WLAN0_IFACE_NAME)); in testGetCurrentNetworkEapAnonymousIdentity()
2427 .getCurrentNetworkEapAnonymousIdentity(ifaceName);
1216 public String getCurrentNetworkEapAnonymousIdentity(@NonNull String ifaceName) { in getCurrentNetworkEapAnonymousIdentity() method in SupplicantStaIfaceHal