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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTest.java39 assertEquals(2, ss.getCdmaEriIconIndex());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl394 int getCdmaEriIconIndex(String callingPackage);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerBaseTest.java193 when(mServiceState.getCdmaEriIconIndex()).thenReturn(isRoaming ?
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DEriManager.java506 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ method in class:EriManager
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java299 return mServiceState.getCdmaEriIconIndex() != EriInfo.ROAMING_INDICATOR_OFF
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java522 public int getCdmaEriIconIndex() { method in class:ServiceState
H A DTelephonyManager.java3011 public int getCdmaEriIconIndex() { method in class:TelephonyManager
3012 return getCdmaEriIconIndex(getSubId());
3022 public int getCdmaEriIconIndex(int subId) { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java2956 public int getCdmaEriIconIndex() { method in class:GsmCdmaPhone
2958 return super.getCdmaEriIconIndex();
2960 return getServiceState().getCdmaEriIconIndex();
3155 pw.println(" getCdmaEriIconIndex()=" + getCdmaEriIconIndex());
H A DServiceStateTracker.java1577 mNewSS.setCdmaEriIconIndex(mPhone.mEriManager.getCdmaEriIconIndex(roamingIndicator,
3316 int iconIndex = mSS.getCdmaEriIconIndex();
H A DPhone.java2174 public int getCdmaEriIconIndex() { method in class:Phone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java634 public int getCdmaEriIconIndex() { method in class:PhoneMock

Completed in 4206 milliseconds