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

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl265 int getCdmaEriIconIndex();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCDMAPhone.java1507 public int getCdmaEriIconIndex() { method in class:CDMAPhone
1508 return getServiceState().getCdmaEriIconIndex();
1664 pw.println(" getCdmaEriIconIndex()=" + getCdmaEriIconIndex());
H A DEriManager.java477 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ method in class:EriManager
H A DCdmaLteServiceStateTracker.java391 int iconIndex = mSS.getCdmaEriIconIndex();
H A DCdmaServiceStateTracker.java836 mNewSS.setCdmaEriIconIndex(mPhone.mEriManager.getCdmaEriIconIndex(roamingIndicator,
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java368 public int getCdmaEriIconIndex() { method in class:ServiceState
H A DTelephonyManager.java1329 public int getCdmaEriIconIndex() { method in class:TelephonyManager
1331 return getITelephony().getCdmaEriIconIndex();
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhone.java1448 public int getCdmaEriIconIndex(); method in interface:Phone
H A DPhoneProxy.java1017 public int getCdmaEriIconIndex() { method in class:PhoneProxy
1018 return mActivePhone.getCdmaEriIconIndex();
H A DPhoneBase.java1032 public int getCdmaEriIconIndex() { method in class:PhoneBase
1033 logUnexpectedCdmaMethodCall("getCdmaEriIconIndex");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkController.java701 final int iconIndex = mServiceState.getCdmaEriIconIndex();

Completed in 309 milliseconds