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.java49 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN); in testListenerMayHandoverDeprecated()
60 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, imsReasonInfo); in testListenerHandoverDeprecated()
72 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;
38 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.java62 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiDeprecated()
86 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiAlt()
DImsPhoneConnectionTest.java272 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiDeprecated()
300 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifi2()
DImsPhoneTest.java819 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, ServiceState.STATE_IN_SERVICE, false)); in testDataOnlyRoamingCellToIWlanInLegacyMode()
843 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,
1015 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToString()
1549 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToNetworkType()
1587 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToAccessNetworkType()
1639 return RIL_RADIO_TECHNOLOGY_IWLAN; in networkTypeToRilRadioTechnology()
1734 || 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.java2186 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, sst.mSS.getRilDataRadioTechnology()); in testRilDataTechnologyChangeTransportPreference()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierTextController.java288 if (ss.getRilDataRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in updateCarrierText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DConnection.java935 return getCallRadioTech() == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifi()
DServiceStateTracker.java3109 (!modemTriggered && ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateInternal()
5474 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in processIwlanRegistrationInfo()
DGsmCdmaPhone.java4163 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN,
DRIL.java3187 if ((raf & (1 << ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)) != 0) { in convertToNetworkTypeBitMask()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java3370 && srcAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
3371 && targetAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
3374 srcAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
3376 && targetAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
3454 boolean isHandoverToWifi = srcAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN &&
3455 targetAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
DImsPhone.java2417 String.valueOf(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)); in updateDialArgsForVolteSilentRedial()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1294 if (dataRat == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in isDataAllowed()
1349 && dataRat == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in isDataAllowed()