Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java60 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifi()
64 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifi()
72 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifiAlt()
76 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetWifiAlt()
84 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifi()
86 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifi()
88 assertEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifi()
96 assertNotEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifiAlt()
98 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiAlt()
100 assertEquals(mTestImsCall.getRadioTechnology(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLteNoWifiAlt()
DImsPhoneConnectionTest.java273 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
275 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mImsCall).getRadioTechnology(); in testSetLTE()
277 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTE()
279 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
286 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
288 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mImsCall).getRadioTechnology(); in testSetLTE2()
292 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTE2()
294 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
DImsPhoneTest.java655 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingDuplicateMessages()
678 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingToOutOfService()
703 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingChangeForLteInLegacyMode()
712 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, false)); in testRoamingChangeForLteInLegacyMode()
727 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testDataOnlyRoamingCellToIWlanInLegacyMode()
752 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true); in testCellVoiceDataChangeToWlanInLegacyMode()
DImsPhoneCallTrackerTest.java695 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in testNotifyHandovers()
699 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testNotifyHandovers()
706 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in testNotifyHandovers()
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsRegistrationTests.java123 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistered()
125 verify(mCallback).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistered()
131 mRegistration.onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistering()
133 verify(mCallback).onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistering()
172 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackAfterUnregistered()
174 verify(mCallback, never()).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackAfterUnregistered()
/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/base/telephony/java/android/telephony/
DServiceState.java175 RIL_RADIO_TECHNOLOGY_LTE,
218 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState
971 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString()
1512 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType()
1553 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToAccessNetworkType()
1592 return ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in networkTypeToRilRadioTechnology()
1688 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm()
1711 return radioTechnology == RIL_RADIO_TECHNOLOGY_LTE || in isLte()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java30 private static final int RAT = ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
DServiceStateTest.java140 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT()
169 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false)); in testRAT()
DServiceStateTrackerTest.java1143 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForVoiceRegStateOrRatChange()
1167 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForDataRegStateOrRatChange()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DImsSmsDispatcher.java245 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && (mPhone.getServiceState(). in isLteService()
251 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && mPhone.getServiceState().isEmergencyOnly()); in isLimitedLteService()
DTelephonyTester.java263 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in handleHandoverFailedIntent()
DGsmCdmaPhone.java3781 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java19 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
117 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilVoiceRadioTechnology(); in setUp()
118 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology(); in setUp()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java254 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer in query()
287 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer, in query()
419 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer in query()
464 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState) in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java973 rilRat = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in updateTcpBufferSizes()
986 if (rilRat == ServiceState.RIL_RADIO_TECHNOLOGY_LTE && isNRConnected()) { in updateTcpBufferSizes()
1033 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in updateTcpBufferSizes()
1269 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: up = 51200; down = 102400; break; in getNetworkCapabilities()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt74180 Landroid/telephony/ServiceState;->RIL_RADIO_TECHNOLOGY_LTE:I