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.aidl712 String getCdmaMin(int subId); in getCdmaMin() method
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java3346 public String getCdmaMin() { in getCdmaMin() method in TelephonyManager
3347 return getCdmaMin(getDefaultSubscription()); in getCdmaMin()
3352 public String getCdmaMin(int subId) { in getCdmaMin() method in TelephonyManager
3354 return getITelephony().getCdmaMin(subId); in getCdmaMin()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCdmaServiceStateTracker.java1846 public String getCdmaMin() { in getCdmaMin() method in CdmaServiceStateTracker
1864 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) { in getImsi()
1865 return (operatorNumeric + getCdmaMin()); in getImsi()
DCDMAPhone.java549 public String getCdmaMin() { in getCdmaMin() method in CDMAPhone
550 return mSST.getCdmaMin(); in getCdmaMin()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1417 String getCdmaMin(); in getCdmaMin() method
DPhoneProxy.java792 public String getCdmaMin() { in getCdmaMin() method in PhoneProxy
793 return mActivePhone.getCdmaMin(); in getCdmaMin()
DPhoneBase.java1518 public String getCdmaMin() { in getCdmaMin() method in PhoneBase
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java164 public String getCdmaMin() { in getCdmaMin() method in RuimRecords
/frameworks/base/api/
Dsystem-current.txt30863 method public java.lang.String getCdmaMin();
30864 method public java.lang.String getCdmaMin(int);