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/android/telephony/ims/
DImsRegistrationTests.java124 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistered()
126 verify(mCallback).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistered()
132 mRegistration.onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistering()
134 verify(mCallback).onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackOnRegistering()
173 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackAfterUnregistered()
175 verify(mCallback, never()).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testRegistrationCallbackAfterUnregistered()
DImsCallSessionListenerTests.java48 mTestListener.callSessionMayHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerMayHandoverDeprecated()
59 mTestListener.callSessionHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverDeprecated()
71 mTestListener.callSessionHandoverFailed(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverFailedDeprecated()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java309 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
313 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTEDeprecated()
315 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated()
322 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
328 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE()
335 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
341 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTE2()
343 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
DImsCallTest.java98 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiDeprecated()
122 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiAlt()
DImsPhoneTest.java738 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingDuplicateMessages()
761 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingToOutOfService()
786 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingChangeForLteInLegacyMode()
795 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, false)); in testRoamingChangeForLteInLegacyMode()
810 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testDataOnlyRoamingCellToIWlanInLegacyMode()
835 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true); in testCellVoiceDataChangeToWlanInLegacyMode()
/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/src/java/com/android/internal/telephony/
DRatRatcheter.java168 if (dataRat1 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily()
173 if (dataRat2 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily()
DImsSmsDispatcher.java259 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && (mPhone.getServiceState(). in isLteService()
265 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && mPhone.getServiceState().isEmergencyOnly()); in isLimitedLteService()
DGsmCdmaPhone.java4161 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
/frameworks/base/telephony/java/android/telephony/
DServiceState.java203 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState
252 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
1006 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString()
1541 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType()
1582 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToAccessNetworkType()
1631 return RIL_RADIO_TECHNOLOGY_LTE; in networkTypeToRilRadioTechnology()
1730 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm()
1754 return radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isPsOnlyTech()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DPhysicalChannelConfigTest.java30 private static final int RAT = ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
DServiceStateTest.java134 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT()
163 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false)); in testRAT()
DServiceStateTrackerTest.java1331 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForVoiceRegStateOrRatChange()
1355 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForDataRegStateOrRatChange()
2166 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
DTelephonyMetricsTest.java21 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
119 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilVoiceRadioTechnology(); in setUp()
120 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology(); in setUp()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java1066 if (rilRat == ServiceState.RIL_RADIO_TECHNOLOGY_LTE && in updateTcpBufferSizes()
1082 && ((rilRat == ServiceState.RIL_RADIO_TECHNOLOGY_LTE || in updateTcpBufferSizes()
1133 case ServiceState.RIL_RADIO_TECHNOLOGY_LTE: in updateTcpBufferSizes()
1165 if (rilRat == ServiceState.RIL_RADIO_TECHNOLOGY_LTE && isNRConnected()) { in updateLinkBandwidthsFromCarrierConfig()
1200 if (mRilRat == ServiceState.RIL_RADIO_TECHNOLOGY_LTE && isNRConnected()) { in updateLinkBandwidthsFromModem()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DDcTrackerTest.java263 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer in query()
296 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer, in query()
428 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer in query()
473 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState) in setUp()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69199 Landroid/telephony/ServiceState;->RIL_RADIO_TECHNOLOGY_LTE:I