Home
last modified time | relevance | path

Searched refs:getIccAuthentication (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java196 when(tm.getIccAuthentication(anyInt(), anyInt(), in getGsmSimAuthResponseFailedSimResponse()
205 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponseUsim()
210 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponseUsim()
223 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponseSimpleSim()
227 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimAuthResponseSimpleSim()
232 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponseSimpleSim()
236 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimAuthResponseSimpleSim()
294 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in get3GAuthResponseNullIccAuthentication()
306 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in get3GAuthResponseIccAuthenticationTooShort()
319 when(tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in get3GAuthResponseBadTag()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java247 String tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponse()
251 tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimAuthResponse()
342 tmResponse = tm.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in get3GAuthResponse()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java4536 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() method in TelephonyManager
4537 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication()
4557 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication() method in TelephonyManager
/frameworks/base/api/
Dcurrent.txt40199 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
Dtest-current.txt40470 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
Dsystem-current.txt43716 method public java.lang.String getIccAuthentication(int, int, java.lang.String);