Home
last modified time | relevance | path

Searched refs:mEriIconIndex (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DEriManager.java65 int mEriIconIndex; field in EriManager.EriDisplayInformation
70 mEriIconIndex = eriIconIndex; in EriDisplayInformation()
83 return "EriDisplayInformation: {" + " IconIndex: " + mEriIconIndex + " EriIconMode: " in toString()
507 return getEriDisplayInformation(roamInd, defRoamInd).mEriIconIndex; in getCdmaEriIconIndex()