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

/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 129 milliseconds