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

/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/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DServiceStateTest.java43 assertEquals(2, ss.getCdmaEriIconIndex());
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DITelephony.aidl424 int getCdmaEriIconIndex(String callingPackage);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java359 return mServiceState.getCdmaEriIconIndex() != EriInfo.ROAMING_INDICATOR_OFF
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerBaseTest.java250 when(mServiceState.getCdmaEriIconIndex()).thenReturn(isRoaming ?
/frameworks/base/telephony/java/android/provider/
H A DTelephony.java3190 values.put(CDMA_ERI_ICON_INDEX, state.getCdmaEriIconIndex());
3342 * This is the same as {@link ServiceState#getCdmaEriIconIndex()}.
/frameworks/base/telephony/java/android/telephony/
H A DServiceState.java592 public int getCdmaEriIconIndex() { method in class:ServiceState
H A DTelephonyManager.java4236 public int getCdmaEriIconIndex() { method in class:TelephonyManager
4237 return getCdmaEriIconIndex(getSubId());
4245 public int getCdmaEriIconIndex(int subId) { method in class:TelephonyManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DGsmCdmaPhone.java3231 public int getCdmaEriIconIndex() { method in class:GsmCdmaPhone
3233 return super.getCdmaEriIconIndex();
3235 return getServiceState().getCdmaEriIconIndex();
3468 pw.println(" getCdmaEriIconIndex()=" + getCdmaEriIconIndex());
H A DServiceStateTracker.java1753 mNewSS.setCdmaEriIconIndex(mPhone.mEriManager.getCdmaEriIconIndex(roamingIndicator,
3127 int iconIndex = mSS.getCdmaEriIconIndex();
H A DPhone.java2372 public int getCdmaEriIconIndex() { method in class:Phone
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
H A DPhoneMock.java641 public int getCdmaEriIconIndex() { method in class:PhoneMock
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 398 milliseconds