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

/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java6294 public String getAidForAppType(int appType) { method in class:TelephonyManager
6295 return getAidForAppType(getSubId(), appType);
6308 public String getAidForAppType(int subId, int appType) { method in class:TelephonyManager
6312 return service.getAidForAppType(subId, appType);
6315 Log.e(TAG, "Error calling ITelephony#getAidForAppType", e);

Completed in 40 milliseconds