Searched refs:getCdmaMin (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl712 String getCdmaMin(int subId);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java3346 public String getCdmaMin() { method in class:TelephonyManager
3347 return getCdmaMin(getDefaultSubscription());
3352 public String getCdmaMin(int subId) { method in class:TelephonyManager
3354 return getITelephony().getCdmaMin(subId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1846 public String getCdmaMin() { method in class:CdmaServiceStateTracker
1864 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1865 return (operatorNumeric + getCdmaMin());
H A DCDMAPhone.java549 public String getCdmaMin() { method in class:CDMAPhone
550 return mSST.getCdmaMin();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1417 String getCdmaMin(); method in interface:Phone
H A DPhoneProxy.java792 public String getCdmaMin() { method in class:PhoneProxy
793 return mActivePhone.getCdmaMin();
H A DPhoneBase.java1518 public String getCdmaMin() { method in class:PhoneBase
1520 logUnexpectedCdmaMethodCall("getCdmaMin");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java164 public String getCdmaMin() { method in class:RuimRecords

Completed in 1087 milliseconds