HomeSort by relevance Sort by last modified time
    Searched defs:sendCurrentNetworkEapIdentityResponse (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
SupplicantStaIfaceHal.java 589 public boolean sendCurrentNetworkEapIdentityResponse(String identityStr) {
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
SupplicantStaIfaceHalTest.java 704 assertFalse(mDut.sendCurrentNetworkEapIdentityResponse(identity));
707 assertTrue(mDut.sendCurrentNetworkEapIdentityResponse(identity));
    [all...]

Completed in 39 milliseconds