Home
last modified time | relevance | path

Searched refs:sendCurrentNetworkEapSimUmtsAutsResponse (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaIfaceHalTest.java811 assertFalse(mDut.sendCurrentNetworkEapSimUmtsAutsResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAutsResponse()
814 assertTrue(mDut.sendCurrentNetworkEapSimUmtsAutsResponse(WLAN0_IFACE_NAME, params)); in testSetCurrentNetworkEapSimUmtsAutsResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java2118 return mSupplicantStaIfaceHal.sendCurrentNetworkEapSimUmtsAutsResponse(
DSupplicantStaIfaceHal.java1228 public boolean sendCurrentNetworkEapSimUmtsAutsResponse( in sendCurrentNetworkEapSimUmtsAutsResponse() method in SupplicantStaIfaceHal