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

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java7453 public String getAidForAppType(int appType) { method in class:TelephonyManager
7454 return getAidForAppType(getSubId(), appType);
7467 public String getAidForAppType(int subId, int appType) { method in class:TelephonyManager
7471 return service.getAidForAppType(subId, appType);
7474 Log.e(TAG, "Error calling ITelephony#getAidForAppType", e);

Completed in 136 milliseconds