Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl242 int getCdmaEriIconIndex(); in getCdmaEriIconIndex() method
/frameworks/base/telephony/java/android/telephony/
DTelephonyManager.java1269 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in TelephonyManager
1271 return getITelephony().getCdmaEriIconIndex(); in getCdmaEriIconIndex()
DServiceState.java368 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in ServiceState
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DCDMAPhone.java1476 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in CDMAPhone
1477 return getServiceState().getCdmaEriIconIndex(); in getCdmaEriIconIndex()
1626 pw.println(" getCdmaEriIconIndex()=" + getCdmaEriIconIndex()); in dump()
DEriManager.java477 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ in getCdmaEriIconIndex() method in EriManager
DCdmaLteServiceStateTracker.java379 int iconIndex = mSS.getCdmaEriIconIndex(); in pollStateDone()
DCdmaServiceStateTracker.java821 mNewSS.setCdmaEriIconIndex(mPhone.mEriManager.getCdmaEriIconIndex(roamingIndicator, in handlePollStateResult()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java1452 public int getCdmaEriIconIndex(); in getCdmaEriIconIndex() method
DPhoneProxy.java998 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in PhoneProxy
999 return mActivePhone.getCdmaEriIconIndex(); in getCdmaEriIconIndex()
DPhoneBase.java987 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in PhoneBase
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkController.java718 final int iconIndex = mServiceState.getCdmaEriIconIndex(); in isCdmaEri()