Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java481 assertEquals(null, TelephonyUtil.get3GAuthResponse( in get3GAuthResponseInvalidRequest()
483 assertEquals(null, TelephonyUtil.get3GAuthResponse( in get3GAuthResponseInvalidRequest()
494 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseNullIccAuthentication()
506 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseIccAuthenticationTooShort()
519 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseBadTag()
532 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuth()
546 SimAuthResponseData response = TelephonyUtil.get3GAuthResponse( in get3GAuthResponseUmtsAuts()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java630 public static SimAuthResponseData get3GAuthResponse(SimAuthRequestData requestData, in get3GAuthResponse() method in TelephonyUtil
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DClientModeImpl.java6081 TelephonyUtil.get3GAuthResponse(requestData, getTelephonyManager()); in handle3GAuthRequest()