/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/ |
D | ImsCallSessionListenerTests.java | 56 mTestListener.callSessionMayHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerMayHandoverDeprecated() 67 mTestListener.callSessionHandover(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverDeprecated() 79 mTestListener.callSessionHandoverFailed(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, in testListenerHandoverFailedDeprecated()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/ |
D | ImsRegistrationCompatAdapter.java | 20 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE; 39 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 | ImsPhoneConnectionTest.java | 345 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated() 349 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTEDeprecated() 351 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTEDeprecated() 358 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE() 364 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE() 371 assertNotEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2() 377 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLTE2() 379 assertEquals(mConnectionUT.getCallRadioTech(), ServiceState.RIL_RADIO_TECHNOLOGY_LTE); in testSetLTE2()
|
D | ImsCallTest.java | 214 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiDeprecated() 238 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + ""); in testSetLteNoWifiAlt()
|
D | ImsPhoneTest.java | 765 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingDuplicateMessages() 787 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingToAirplanModeIwlanInService() 814 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testRoamingToOutOfService() 843 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testSetWfcModeInRoaming() 855 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.STATE_IN_SERVICE, true)); in testSetWfcModeInRoaming()
|
D | ImsCallInfoTrackerTest.java | 424 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(c).getCallRadioTech(); in getConnection()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | RatRatcheter.java | 166 if (dataRat1 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily() 171 if (dataRat2 == ServiceState.RIL_RADIO_TECHNOLOGY_LTE in isSameRatFamily()
|
D | ImsSmsDispatcher.java | 412 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && (mPhone.getServiceState(). in isLteService() 418 ServiceState.RIL_RADIO_TECHNOLOGY_LTE) && mPhone.getServiceState().isEmergencyOnly()); in isLimitedLteService()
|
D | GsmCdmaPhone.java | 4902 ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
|
/frameworks/base/telephony/java/android/telephony/ |
D | ServiceState.java | 206 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14; field in ServiceState 255 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, 1107 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToString() 1655 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToNetworkType() 1696 case RIL_RADIO_TECHNOLOGY_LTE: in rilRadioTechnologyToAccessNetworkType() 1745 return RIL_RADIO_TECHNOLOGY_LTE; in networkTypeToRilRadioTechnology() 1861 || radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isGsm() 1885 return radioTechnology == RIL_RADIO_TECHNOLOGY_LTE in isPsOnlyTech()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
D | ServiceStateTest.java | 141 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT() 170 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false)); in testRAT()
|
D | CellularNetworkServiceTest.java | 196 final int radioTech = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in testGetNetworkRegistrationInfoV1_5() 294 final int radioTech = ServiceState.RIL_RADIO_TECHNOLOGY_LTE; in testGetNetworkRegistrationInfoV1_6WithLte()
|
D | ServiceStateTrackerTest.java | 1386 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForVoiceRegStateOrRatChange() 1410 ServiceState.RIL_RADIO_TECHNOLOGY_LTE), in testRegisterForDataRegStateOrRatChange() 2555 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference()
|
D | TelephonyTest.java | 806 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState) in setUp()
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 21 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE; 124 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilVoiceRadioTechnology(); in setUp() 125 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology(); in setUp()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 54533 Landroid/telephony/ServiceState;->RIL_RADIO_TECHNOLOGY_LTE:I
|