Home
last modified time | relevance | path

Searched defs:defRoamInd (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DEriManager.java313 private EriDisplayInformation getEriDisplayInformation(int roamInd, int defRoamInd){ in getEriDisplayInformation()
508 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ in getCdmaEriIconIndex()
512 public int getCdmaEriIconMode(int roamInd, int defRoamInd){ in getCdmaEriIconMode()
516 public String getCdmaEriText(int roamInd, int defRoamInd){ in getCdmaEriText()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java3987 int defRoamInd = getServiceState().getCdmaDefaultRoamingIndicator(); in getCdmaEriText() local
H A DServiceStateTracker.java6080 String getCdmaEriText(int roamInd, int defRoamInd) { in getCdmaEriText()