Searched refs:getIccAuthentication (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DWifiStateMachineTest.java1128 when(tm.getIccAuthentication(anyInt(), anyInt(),
1132 when(tm.getIccAuthentication(2, tm.AUTHTYPE_EAP_SIM,
1135 when(tm.getIccAuthentication(1, tm.AUTHTYPE_EAP_SIM,
1139 when(tm.getIccAuthentication(1, tm.AUTHTYPE_EAP_SIM,
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3883 * @see getIccAuthentication with appType=PhoneConstants.APPTYPE_ISIM
3933 public String getIccAuthentication(int appType, int authType, String data) { method in class:TelephonyManager
3934 return getIccAuthentication(getSubId(), appType, authType, data);
3954 public String getIccAuthentication(int subId, int appType, int authType, String data) { method in class:TelephonyManager
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiStateMachine.java7972 String tmResponse = tm.getIccAuthentication(tm.APPTYPE_USIM,
7977 tmResponse = tm.getIccAuthentication(tm.APPTYPE_SIM,
8074 tmResponse = tm.getIccAuthentication(tm.APPTYPE_USIM,

Completed in 358 milliseconds