Home
last modified time | relevance | path

Searched refs:RIL_RADIO_TECHNOLOGY_IWLAN (Results 1 – 16 of 16) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/android/telephony/ims/
DImsCallSessionListenerTests.java57 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN); in testListenerMayHandoverDeprecated()
68 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, imsReasonInfo); in testListenerHandoverDeprecated()
80 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, imsReasonInfo); in testListenerHandoverFailedDeprecated()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ims/
DImsRegistrationCompatAdapter.java19 import static android.telephony.ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
40 RADIO_TECH_MAPPER.put(RIL_RADIO_TECHNOLOGY_IWLAN, REGISTRATION_TECH_IWLAN); in RADIO_TECH_MAPPER.put() argument
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java100 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiDeprecated()
157 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiAlt()
DImsPhoneConnectionTest.java297 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiDeprecated()
325 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifi2()
DImsPhoneTest.java752 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, ServiceState.STATE_IN_SERVICE, false)); in testRoamingToAirplanModeIwlanInService()
830 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, ServiceState.STATE_IN_SERVICE, false)); in testDataOnlyRoamingCellToIWlanInLegacyMode()
855 modifyServiceStateData(ss, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in testCellVoiceDataChangeToWlanInLegacyMode()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java218 public static final int RIL_RADIO_TECHNOLOGY_IWLAN = 18; field in ServiceState
256 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN,
1068 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToString()
1603 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToNetworkType()
1641 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToAccessNetworkType()
1693 return RIL_RADIO_TECHNOLOGY_IWLAN; in networkTypeToRilRadioTechnology()
1787 || radioTechnology == RIL_RADIO_TECHNOLOGY_IWLAN in isGsm()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java167 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, false)); in testRAT()
DServiceStateTrackerTest.java2415 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextManager.java332 if (ss.getRilDataRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in updateCarrierText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java988 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
DServiceStateTracker.java3411 (!modemTriggered && ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateInternal()
5887 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in processIwlanRegistrationInfo()
DGsmCdmaPhone.java4336 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN,
DRIL.java3328 if ((raf & (1 << ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)) != 0) { in convertToNetworkTypeBitMask()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3626 && srcAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
3627 && targetAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
3630 srcAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
3632 && targetAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
3710 boolean isHandoverToWifi = srcAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN &&
3711 targetAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
DImsPhone.java2497 String.valueOf(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)); in updateDialArgsForVolteSilentRedial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1341 if (dataRat == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in isDataAllowed()
1397 && dataRat == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in isDataAllowed()