Searched refs:getIccAuthentication (Results 1 – 6 of 6) sorted by relevance
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/ |
D | WifiStateMachineTest.java | 1049 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/ |
D | TelephonyManager.java | 3725 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/ |
D | WifiStateMachine.java | 7892 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/ |
D | current.txt | 37216 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
|
D | test-current.txt | 37293 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
|
D | system-current.txt | 40170 method public java.lang.String getIccAuthentication(int, int, java.lang.String);
|