/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/ |
D | ImsCallTest.java | 60 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()
|
D | ImsPhoneConnectionTest.java | 273 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()
|
D | ImsPhoneTest.java | 655 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()
|
D | ImsPhoneCallTrackerTest.java | 695 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/ |
D | ImsRegistrationTests.java | 123 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/ |
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/base/telephony/java/android/telephony/ |
D | ServiceState.java | 175 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/ |
D | PhysicalChannelConfigTest.java | 30 private static final int RAT = ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
|
D | ServiceStateTest.java | 140 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()
|
D | ServiceStateTrackerTest.java | 1143 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForVoiceRegStateOrRatChange() 1167 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForDataRegStateOrRatChange()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | ImsSmsDispatcher.java | 245 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && (mPhone.getServiceState(). in isLteService() 251 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && mPhone.getServiceState().isEmergencyOnly()); in isLimitedLteService()
|
D | TelephonyTester.java | 263 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in handleHandoverFailedIntent()
|
D | GsmCdmaPhone.java | 3781 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 19 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/ |
D | DcTrackerTest.java | 254 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/ |
D | DataConnection.java | 973 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/ |
D | hiddenapi-greylist-max-o.txt | 74180 Landroid/telephony/ServiceState;->RIL_RADIO_TECHNOLOGY_LTE:I
|