Searched refs:RIL_RADIO_TECHNOLOGY_LTE (Results 1 – 12 of 12) sorted by relevance
/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsRegistrationTests.java | 122 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/ |
D | ServiceStateTest.java | 127 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()
|
D | ServiceStateTrackerTest.java | 433 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/ |
D | ImsRegistrationCompatAdapter.java | 20 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/ |
D | ImsCallTest.java | 79 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifi() 89 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiAlt()
|
D | ImsPhoneCallTrackerTest.java | 682 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/ |
D | ServiceState.java | 114 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()
|
D | RadioAccessFamily.java | 52 public static final int RAF_LTE = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
D | DcTrackerTest.java | 110 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/ |
D | TelephonyMetricsTest.java | 19 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/ |
D | TelephonyTester.java | 239 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in handleHandoverFailedIntent()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DataConnection.java | 816 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()
|