Searched refs:getIccAuthentication (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/ |
D | TelephonyUtilTest.java | 196 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/ |
D | TelephonyUtil.java | 247 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/ |
D | TelephonyManager.java | 4536 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/ |
D | current.txt | 40199 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
|
D | test-current.txt | 40470 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
|
D | system-current.txt | 43716 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
|