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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1615 public String getCdmaMin() { method in class:CdmaServiceStateTracker
1632 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1633 return (operatorNumeric + getCdmaMin());
H A DCDMAPhone.java472 public String getCdmaMin() { method in class:CDMAPhone
473 return mSST.getCdmaMin();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1349 String getCdmaMin(); method in interface:Phone
H A DPhoneProxy.java688 public String getCdmaMin() { method in class:PhoneProxy
689 return mActivePhone.getCdmaMin();
H A DPhoneBase.java1058 public String getCdmaMin() { method in class:PhoneBase
1060 logUnexpectedCdmaMethodCall("getCdmaMin");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java163 public String getCdmaMin() { method in class:RuimRecords

Completed in 93 milliseconds