Searched refs:getIccAuthentication (Results 1 – 5 of 5) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | TelephonyUtilTest.java | 353 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/ |
D | TelephonyUtil.java | 501 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/ |
D | TelephonyManager.java | 6957 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/ |
D | current.txt | 45889 method public String getIccAuthentication(int, int, String);
|
/frameworks/base/api/ |
D | current.txt | 46033 method public String getIccAuthentication(int, int, String);
|