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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl237 int getCdmaEriIconIndex();
H A DPhone.java1516 public int getCdmaEriIconIndex(); method in interface:Phone
H A DPhoneProxy.java828 public int getCdmaEriIconIndex() { method in class:PhoneProxy
829 return mActivePhone.getCdmaEriIconIndex();
H A DPhoneBase.java822 public int getCdmaEriIconIndex() { method in class:PhoneBase
823 logUnexpectedCdmaMethodCall("getCdmaEriIconIndex");
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java1061 public int getCdmaEriIconIndex() { method in class:TelephonyManager
1063 return getITelephony().getCdmaEriIconIndex();
H A DServiceState.java296 public int getCdmaEriIconIndex() { method in class:ServiceState
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1359 public int getCdmaEriIconIndex() { method in class:CDMAPhone
1360 return getServiceState().getCdmaEriIconIndex();
1501 pw.println(" getCdmaEriIconIndex()=" + getCdmaEriIconIndex());
H A DCdmaLteServiceStateTracker.java367 int iconIndex = ss.getCdmaEriIconIndex();
H A DEriManager.java481 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ method in class:EriManager
H A DCdmaServiceStateTracker.java796 newSS.setCdmaEriIconIndex(phone.mEriManager.getCdmaEriIconIndex(roamingIndicator,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java640 final int iconIndex = mServiceState.getCdmaEriIconIndex();

Completed in 105 milliseconds