/aosp12/frameworks/base/telephony/java/android/telephony/ |
H A D | ServiceState.java | 602 if (!isPsOnlyTech(getRilDataRadioTechnology())) { in getDuplexMode() 1147 .append(", getRilDataRadioTechnology=").append(getRilDataRadioTechnology()) in toString() 1148 .append("(" + rilRadioTechnologyToString(getRilDataRadioTechnology()) + ")") in toString() 1544 public int getRilDataRadioTechnology() { in getRilDataRadioTechnology() method in ServiceState 1556 return getRilDataRadioTechnology(); in getRadioTechnology()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/ |
H A D | GsmSMSDispatcher.java | 165 if(mPhone.getServiceState().getRilDataRadioTechnology() in sendSms()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | ServiceStateTrackerTest.java | 2216 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, sst.mSS.getRilDataRadioTechnology()); in testRatRatchet() 2219 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchet() 2222 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchet() 2236 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchetWithCellChange() 2241 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, sst.mSS.getRilDataRadioTechnology()); in testRatRatchetWithCellChange() 2422 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference() 2442 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference()
|
H A D | ServiceStateTest.java | 134 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology()); in testRAT()
|
H A D | TelephonyTest.java | 639 getRilDataRadioTechnology(); in setUp()
|
H A D | GsmCdmaPhoneTest.java | 1523 .getRilDataRadioTechnology(); /* PS not in LTE */ in testSendUssdInOutOfService()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | ServiceStateTracker.java | 446 setDataNetworkTypeForPhone(mSS.getRilDataRadioTechnology()); in onSubscriptionsChanged() 3338 int radioTechnology = mSS.getRilDataRadioTechnology(); in isConcurrentVoiceAndDataAllowed() 3431 != mSS.getRilDataRadioTechnology())) { in pollStateInternal() 3608 && (mSS.getRilDataRadioTechnology() != mNewSS.getRilDataRadioTechnology()); in pollStateDone() 3763 tm.setDataNetworkTypeForPhone(mPhone.getPhoneId(), mSS.getRilDataRadioTechnology()); in pollStateDone() 3766 mSS.getRilDataRadioTechnology()), mPhone.getPhoneId()); in pollStateDone() 3894 setDataNetworkTypeForPhone(mSS.getRilDataRadioTechnology()); in pollStateDone() 5914 == mNewSS.getRilDataRadioTechnology()) { in processIwlanRegistrationInfo()
|
H A D | ImsSmsDispatcher.java | 304 return ((mPhone.getServiceState().getRilDataRadioTechnology() == in isLteService()
|
H A D | TelephonyTester.java | 462 log("Override data rat with " + ss.getRilDataRadioTechnology()); in overrideServiceState()
|
H A D | GsmCdmaPhone.java | 1477 mSST.mSS.getRilDataRadioTechnology())) /* PS not in LTE/NR */ in dial()
|
H A D | RIL.java | 2118 dataRat = ss.getRilDataRadioTechnology(); in setupDataCall()
|
/aosp12/packages/services/Telephony/src/com/android/phone/ |
H A D | ServiceStateProvider.java | 456 final int ril_data_radio_technology = ss.getRilDataRadioTechnology(); in query()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
H A D | DcNetworkAgent.java | 303 + mPhone.getServiceState().getRilDataRadioTechnology() in sendNetworkCapabilities()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | CarrierTextManager.java | 336 if (ss.getRilDataRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in updateCarrierText()
|
/aosp12/packages/services/Telephony/tests/src/com/android/phone/ |
H A D | ServiceStateProviderTest.java | 371 final int rilDataRadioTechnology = ss.getRilDataRadioTechnology(); in verifyServiceStateForSubId()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetricsTest.java | 126 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology(); in setUp()
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/ |
H A D | DcTrackerTest.java | 670 .getRilDataRadioTechnology(); in setUp() 2771 .getRilDataRadioTechnology(); in testRatChanged()
|
/aosp12/packages/services/Telephony/src/com/android/phone/settings/ |
H A D | RadioInfo.java | 1116 mPhone.getServiceState().getRilDataRadioTechnology())); in updateNetworkType()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/metrics/ |
H A D | TelephonyMetrics.java | 1021 ssProto.dataRat = serviceState.getRilDataRadioTechnology(); in toServiceStateProto()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 14761 HSPLandroid/telephony/ServiceState;->getRilDataRadioTechnology()I+]Landroid/telephony/ServiceState;…
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 14810 HSPLandroid/telephony/ServiceState;->getRilDataRadioTechnology()I+]Landroid/telephony/ServiceState;…
|