Searched refs:getCdmaEriText (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl423 String getCdmaEriText(String callingPackage);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DEriManager.java485 public String getCdmaEriText(int roamInd, int defRoamInd){ method in class:EriManager
H A DCDMAPhone.java1682 public String getCdmaEriText() { method in class:CDMAPhone
1685 return mEriManager.getCdmaEriText(roamInd, defRoamInd);
1840 pw.println(" getCdmaEriText()=" + getCdmaEriText());
H A DCdmaLteServiceStateTracker.java445 eriText = mPhone.getCdmaEriText();
H A DCdmaServiceStateTracker.java1261 eriText = mPhone.getCdmaEriText();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1576 public String getCdmaEriText(); method in interface:Phone
H A DPhoneProxy.java1173 public String getCdmaEriText() { method in class:PhoneProxy
1174 return mActivePhone.getCdmaEriText();
H A DPhoneBase.java1704 public String getCdmaEriText() { method in class:PhoneBase
1705 logUnexpectedCdmaMethodCall("getCdmaEriText");
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java2763 public String getCdmaEriText() { method in class:TelephonyManager
2764 return getCdmaEriText(getDefaultSubscription());
2775 public String getCdmaEriText(int subId) { method in class:TelephonyManager

Completed in 841 milliseconds