Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DSupplicantStaNetworkHalTest.java600 final String identityStr = "test@test.com"; in testSendNetworkEapIdentityResponse() local
605 assertEquals(identityStr, NativeUtil.stringFromByteArrayList(identity)); in testSendNetworkEapIdentityResponse()
610 assertTrue(mSupplicantNetwork.sendNetworkEapIdentityResponse(identityStr)); in testSendNetworkEapIdentityResponse()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DSupplicantStaIfaceHal.java632 public boolean sendCurrentNetworkEapIdentityResponse(String identityStr) { in sendCurrentNetworkEapIdentityResponse() argument
635 return mCurrentNetworkRemoteHandle.sendNetworkEapIdentityResponse(identityStr); in sendCurrentNetworkEapIdentityResponse()
DSupplicantStaNetworkHal.java2318 public boolean sendNetworkEapIdentityResponse(String identityStr) { in sendNetworkEapIdentityResponse() argument
2321 ArrayList<Byte> identity = NativeUtil.stringToByteArrayList(identityStr); in sendNetworkEapIdentityResponse()
2324 Log.e(TAG, "Illegal argument " + identityStr, e); in sendNetworkEapIdentityResponse()