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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl227 int getCdmaEriIconIndex();
H A DPhone.java1516 public int getCdmaEriIconIndex(); method in interface:Phone
H A DPhoneProxy.java751 public int getCdmaEriIconIndex() { method in class:PhoneProxy
752 return mActivePhone.getCdmaEriIconIndex();
H A DPhoneBase.java758 public int getCdmaEriIconIndex() { method in class:PhoneBase
759 logUnexpectedCdmaMethodCall("getCdmaEriIconIndex");
/frameworks/base/telephony/java/android/telephony/
H A DTelephonyManager.java874 public int getCdmaEriIconIndex() { method in class:TelephonyManager
876 return getITelephony().getCdmaEriIconIndex();
H A DServiceState.java282 public int getCdmaEriIconIndex() { method in class:ServiceState
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/
H A DEriManager.java481 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ method in class:EriManager
H A DCDMAPhone.java1371 public int getCdmaEriIconIndex() { method in class:CDMAPhone
1372 return getServiceState().getCdmaEriIconIndex();
H A DCdmaServiceStateTracker.java843 newSS.setCdmaEriIconIndex(phone.mEriManager.getCdmaEriIconIndex(roamingIndicator,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarPolicy.java1419 int iconIndex = state.getCdmaEriIconIndex();
1423 Slog.e(TAG, "getCdmaEriIconIndex returned null, skipping ERI icon update");

Completed in 112 milliseconds