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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl954 String getCdmaMin(int subId);
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java5876 public String getCdmaMin() { method in class:TelephonyManager
5877 return getCdmaMin(getSubId());
5883 public String getCdmaMin(int subId) { method in class:TelephonyManager
5888 return telephony.getCdmaMin(subId);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java167 public String getCdmaMin() { method in class:RuimRecords
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java653 public String getCdmaMin() { method in class:PhoneMock
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DServiceStateTracker.java1514 public String getCdmaMin() { method in class:ServiceStateTracker
1532 if (!TextUtils.isEmpty(operatorNumeric) && getCdmaMin() != null) {
1533 return (operatorNumeric + getCdmaMin());
H A DGsmCdmaPhone.java1631 public String getCdmaMin() { method in class:GsmCdmaPhone
1632 return mSST.getCdmaMin();
H A DPhone.java2395 public String getCdmaMin() { method in class:Phone
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 189 milliseconds