Home
last modified time | relevance | path

Searched refs:getCdmaMin (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl760 String getCdmaMin(int subId); in getCdmaMin() method
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3762 public String getCdmaMin() { in getCdmaMin() method in TelephonyManager
3763 return getCdmaMin(getDefaultSubscription()); in getCdmaMin()
3768 public String getCdmaMin(int subId) { in getCdmaMin() method in TelephonyManager
3773 return telephony.getCdmaMin(subId); in getCdmaMin()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java1900 public String getCdmaMin() { in getCdmaMin() method in CdmaServiceStateTracker
1918 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi()
1919 return (operatorNumeric + getCdmaMin()); in getImsi()
DCDMAPhone.java564 public String getCdmaMin() { in getCdmaMin() method in CDMAPhone
565 return mSST.getCdmaMin(); in getCdmaMin()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1448 String getCdmaMin(); in getCdmaMin() method
DPhoneProxy.java819 public String getCdmaMin() { in getCdmaMin() method in PhoneProxy
820 return mActivePhone.getCdmaMin(); in getCdmaMin()
DPhoneBase.java1710 public String getCdmaMin() { in getCdmaMin() method in PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java163 public String getCdmaMin() { in getCdmaMin() method in RuimRecords
/frameworks/base/api/
Dsystem-current.txt33354 method public java.lang.String getCdmaMin();
33355 method public java.lang.String getCdmaMin(int);