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

/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

Completed in 66 milliseconds