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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIsimRecords.java49 String getIsimIst(); method in interface:IsimRecords
H A DIsimUiccRecords.java425 public String getIsimIst() { method in class:IsimUiccRecords
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfo.java219 public String getIsimIst(){ method in class:PhoneSubInfo
224 return isim.getIsimIst();
H A DPhoneSubInfoController.java248 public String getIsimIst() throws RemoteException { method in class:PhoneSubInfoController
250 return phoneSubInfoProxy.getIsimIst();
H A DPhoneSubInfoProxy.java221 public String getIsimIst() { method in class:PhoneSubInfoProxy
222 return mPhoneSubInfo.getIsimIst();
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2798 public String getIsimIst() { method in class:TelephonyManager
2800 return getSubscriberInfo().getIsimIst();

Completed in 128 milliseconds