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/
DWifiStateMachineTest.java1049 when(tm.getIccAuthentication(anyInt(), anyInt(), in getGsmSimAuthResponseTest()
1053 when(tm.getIccAuthentication(2, tm.AUTHTYPE_EAP_SIM, in getGsmSimAuthResponseTest()
1056 when(tm.getIccAuthentication(1, tm.AUTHTYPE_EAP_SIM, in getGsmSimAuthResponseTest()
1060 when(tm.getIccAuthentication(1, tm.AUTHTYPE_EAP_SIM, in getGsmSimAuthResponseTest()
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3725 public String getIccAuthentication(int appType, int authType, String data) { in getIccAuthentication() method in TelephonyManager
3726 return getIccAuthentication(getSubId(), appType, authType, data); in getIccAuthentication()
3746 public String getIccAuthentication(int subId, int appType, int authType, String data) { in getIccAuthentication() method in TelephonyManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiStateMachine.java7892 String tmResponse = tm.getIccAuthentication(tm.APPTYPE_USIM, in getGsmSimAuthResponse()
7897 tmResponse = tm.getIccAuthentication(tm.APPTYPE_SIM, in getGsmSimAuthResponse()
7992 tmResponse = tm.getIccAuthentication(tm.APPTYPE_USIM, in handle3GAuthRequest()
/frameworks/base/api/
Dcurrent.txt37216 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
Dtest-current.txt37293 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
Dsystem-current.txt40170 method public java.lang.String getIccAuthentication(int, int, java.lang.String);