Searched refs:getAidForAppType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl1102 String getAidForAppType(int subId, int appType);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5467 public String getAidForAppType(int appType) { method in class:TelephonyManager
5468 return getAidForAppType(getDefaultSubscription(), appType);
5481 public String getAidForAppType(int subId, int appType) { method in class:TelephonyManager
5485 return service.getAidForAppType(subId, appType);
5488 Log.e(TAG, "Error calling ITelephony#getAidForAppType", e);

Completed in 2084 milliseconds