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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaServiceStateTracker.java1559 public String getCdmaMin() { method in class:CdmaServiceStateTracker
1576 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1577 return (operatorNumeric + getCdmaMin());
H A DRuimRecords.java161 public String getCdmaMin() { method in class:RuimRecords
H A DCDMAPhone.java435 public String getCdmaMin() { method in class:CDMAPhone
436 return mSST.getCdmaMin();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1328 String getCdmaMin(); method in interface:Phone
H A DPhoneProxy.java582 public String getCdmaMin() { method in class:PhoneProxy
583 return mActivePhone.getCdmaMin();
H A DPhoneBase.java910 public String getCdmaMin() { method in class:PhoneBase
912 logUnexpectedCdmaMethodCall("getCdmaMin");

Completed in 161 milliseconds