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

/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DRuimRecords.java127 public String getCdmaMin() { method in class:RuimRecords
H A DCDMAPhone.java408 public String getCdmaMin() { method in class:CDMAPhone
409 return mSST.getCdmaMin();
836 String cdmaMin = getCdmaMin();
H A DCdmaServiceStateTracker.java1621 public String getCdmaMin() { method in class:CdmaServiceStateTracker
1638 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1639 return (operatorNumeric + getCdmaMin());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DPhoneProxy.java462 public String getCdmaMin() { method in class:PhoneProxy
463 return mActivePhone.getCdmaMin();
H A DPhone.java1405 String getCdmaMin(); method in interface:Phone
H A DPhoneBase.java779 public String getCdmaMin() { method in class:PhoneBase
781 logUnexpectedCdmaMethodCall("getCdmaMin");

Completed in 149 milliseconds