Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
DTelephonyUtilTest.java353 when(mDataTelephonyManager.getIccAuthentication(anyInt(), anyInt(), in getGsmSimAuthResponseFailedSimResponse()
361 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponseUsim()
366 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in getGsmSimAuthResponseUsim()
386 when(mDataTelephonyManager.getIccAuthentication(anyInt(), anyInt(), in getGsmSimpleSimAuthResponseFailedSimResponse()
395 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimAuthResponse()
400 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimAuthResponse()
420 when(mDataTelephonyManager.getIccAuthentication(anyInt(), anyInt(), in getGsmSimpleSimNoLengthAuthResponseFailedSimResponse()
429 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse()
434 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse()
491 when(mDataTelephonyManager.getIccAuthentication(TelephonyManager.APPTYPE_USIM, in get3GAuthResponseNullIccAuthentication()
[all …]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
DTelephonyUtil.java501 String tmResponse = defaultDataTm.getIccAuthentication( in getGsmAuthResponseWithLength()
574 String tmResponse = defaultDataTm.getIccAuthentication(TelephonyManager.APPTYPE_SIM, in getGsmSimpleSimNoLengthAuthResponse()
655 .getIccAuthentication(TelephonyManager.APPTYPE_USIM, in get3GAuthResponse()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java6957 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() method in TelephonyManager
6958 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication()
6983 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication() method in TelephonyManager
/frameworks/base/non-updatable-api/
Dcurrent.txt45889 method public String getIccAuthentication(int, int, String);
/frameworks/base/api/
Dcurrent.txt46033 method public String getIccAuthentication(int, int, String);