Home
last modified time | relevance | path

Searched refs:RIL_RADIO_TECHNOLOGY_LTE (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsRegistrationTests.java122 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistered()
124 verify(mCallback).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistered()
130 mRegistration.onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistering()
132 verify(mCallback).onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistering()
171 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackAfterUnregistered()
173 verify(mCallback, never()).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackAfterUnregistered()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java127 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRAT()
128 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT()
151 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false)); in testRAT()
334 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testDuplexMode_invalidEarfcn()
347 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testDuplexMode_FddChannel()
356 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testDuplexMode_TddChannel()
DServiceStateTrackerTest.java433 sst.mSS.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSignalStrength()
999 int rat = sst.mSS.RIL_RADIO_TECHNOLOGY_LTE; in testRegisterForDataRegStateOrRatChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsRegistrationCompatAdapter.java20 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
37 RADIO_TECH_MAPPER.put(RIL_RADIO_TECHNOLOGY_LTE, REGISTRATION_TECH_LTE); in RADIO_TECH_MAPPER.put() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java79 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifi()
89 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiAlt()
DImsPhoneCallTrackerTest.java682 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in testNotifyHandovers()
686 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testNotifyHandovers()
693 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in testNotifyHandovers()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java114 RIL_RADIO_TECHNOLOGY_LTE,
156 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState
839 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString()
1179 rt = RIL_RADIO_TECHNOLOGY_LTE; in setRilVoiceRadioTechnology()
1189 rt = RIL_RADIO_TECHNOLOGY_LTE; in setRilDataRadioTechnology()
1277 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType()
1316 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToAccessNetworkType()
1355 return ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in networkTypeToRilRadioTechnology()
1413 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm()
1435 return radioTechnology == RIL_RADIO_TECHNOLOGY_LTE || in isLte()
DRadioAccessFamily.java52 public static final int RAF_LTE = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java110 private static final int LTE_BEARER_BITMASK = 1 << (ServiceState.RIL_RADIO_TECHNOLOGY_LTE - 1);
254 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer in query()
285 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer, in query()
421 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState) in setUp()
1292 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState) in testUpdateWaitingApnListOnDataRatChange()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java19 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
110 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilVoiceRadioTechnology(); in setUp()
111 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java239 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in handleHandoverFailedIntent()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java816 rilRat = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in updateTcpBufferSizes()
870 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in updateTcpBufferSizes()
1032 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: up = 51200; down = 102400; break; in getNetworkCapabilities()