HomeSort by relevance Sort by last modified time
    Searched refs:RIL_RADIO_TECHNOLOGY_LTE (Results 1 - 13 of 13) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
ImsRegistrationCompatAdapter.java 20 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
37 RADIO_TECH_MAPPER.put(RIL_RADIO_TECHNOLOGY_LTE, REGISTRATION_TECH_LTE);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsCallTest.java 79 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + "");
89 ServiceState.RIL_RADIO_TECHNOLOGY_LTE + "");
ImsPhoneCallTrackerTest.java 682 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN,
686 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, ServiceState.RIL_RADIO_TECHNOLOGY_LTE,
693 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN,
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
ImsRegistrationTests.java 122 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
124 verify(mCallback).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
130 mRegistration.onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
132 verify(mCallback).onRegistering(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
171 mRegistration.onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
173 verify(mCallback, never()).onRegistered(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 127 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
128 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ss.getRilDataRadioTechnology());
151 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_LTE, false));
334 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
347 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
356 ss.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
ServiceStateTrackerTest.java 433 sst.mSS.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
    [all...]
  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 114 RIL_RADIO_TECHNOLOGY_LTE,
156 public static final int RIL_RADIO_TECHNOLOGY_LTE = 14;
839 case RIL_RADIO_TECHNOLOGY_LTE:
    [all...]
RadioAccessFamily.java 52 public static final int RAF_LTE = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
  /cts/tests/tests/telephony/src/android/telephony/cts/
ServiceStateTest.java 79 serviceState.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_LTE);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
TelephonyTester.java 239 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/
TelephonyMetricsTest.java 19 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
110 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilVoiceRadioTechnology();
111 doReturn(RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState).getRilDataRadioTechnology();
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DcTrackerTest.java 110 private static final int LTE_BEARER_BITMASK = 1 << (ServiceState.RIL_RADIO_TECHNOLOGY_LTE - 1);
254 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer
285 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, // bearer,
421 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_LTE).when(mServiceState)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 816 rilRat = ServiceState.RIL_RADIO_TECHNOLOGY_LTE;
    [all...]

Completed in 118 milliseconds