Searched refs:eriText (Results 1 – 4 of 4) sorted by relevance
31 public String eriText; field in EriInfo35 public EriInfo (int roamingIndicator, int iconIndex, int iconMode, String eriText, in EriInfo() argument41 this.eriText = eriText; in EriInfo()
209 String eriText = parser.getAttributeValue(null, "EriText"); in loadEriFileFromXml() local215 iconIndex, iconMode, eriText, callPromptId, alertId)); in loadEriFileFromXml()293 eriInfo.eriText); in getEriDisplayInformation()461 defEriInfo.eriText); in getEriDisplayInformation()468 eriInfo.eriText); in getEriDisplayInformation()
444 String eriText = mSS.getOperatorAlphaLong(); in pollStateDone() local448 eriText = mPhone.getCdmaEriText(); in pollStateDone()450 eriText = (mIccRecords != null) ? mIccRecords.getServiceProviderName() : null; in pollStateDone()451 if (TextUtils.isEmpty(eriText)) { in pollStateDone()454 eriText = SystemProperties.get("ro.cdma.home.operator.alpha"); in pollStateDone()459 eriText = mPhone.getContext() in pollStateDone()462 mSS.setOperatorAlphaLong(eriText); in pollStateDone()
1209 String eriText; in pollStateDone() local1212 eriText = mPhone.getCdmaEriText(); in pollStateDone()1216 eriText = mPhone.getContext().getText( in pollStateDone()1219 mSS.setOperatorAlphaLong(eriText); in pollStateDone()