Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
DEriManager.java509 public int getCdmaEriIconIndex(int roamInd, int defRoamInd){ in getCdmaEriIconIndex() method in EriManager
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java53 assertEquals(2, ss.getCdmaEriIconIndex()); in testRoaming()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephony.aidl344 int getCdmaEriIconIndex(String callingPackage); in getCdmaEriIconIndex() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DNetworkControllerBaseTest.java265 when(mServiceState.getCdmaEriIconIndex()).thenReturn(isRoaming ? in setCdmaRoaming()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DGsmCdmaPhone.java3434 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in GsmCdmaPhone
3436 return super.getCdmaEriIconIndex(); in getCdmaEriIconIndex()
3438 return getServiceState().getCdmaEriIconIndex(); in getCdmaEriIconIndex()
3683 pw.println(" getCdmaEriIconIndex()=" + getCdmaEriIconIndex()); in dump()
DServiceStateTracker.java1878 mNewSS.setCdmaEriIconIndex(mEriManager.getCdmaEriIconIndex(roamingIndicator, in handlePollStateResult()
3466 int iconIndex = mSS.getCdmaEriIconIndex(); in getOperatorNameFromEri()
DPhone.java2585 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in Phone
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DMobileSignalController.java351 return mServiceState.getCdmaEriIconIndex() != EriInfo.ROAMING_INDICATOR_OFF in isRoaming()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DPhoneMock.java639 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in PhoneMock
/frameworks/base/telephony/java/android/telephony/
DServiceState.java696 public int getCdmaEriIconIndex() { in getCdmaEriIconIndex() method in ServiceState