Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsCallTest.java61 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifi()
71 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifiAlt()
DImsPhoneConnectionTest.java248 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifi()
263 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifi2()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java157 public static final int RIL_RADIO_TECHNOLOGY_IWLAN = 18; field in ServiceState
781 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToString()
1191 case ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToNetworkType()
1246 || radioTechnology == RIL_RADIO_TECHNOLOGY_IWLAN in isGsm()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
DApnSettingTest.java333 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mServiceState) in testIsIwlanMetered()
463 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mServiceState) in testIsIwlanMeteredAnother()
558 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mServiceState) in testIsIwlanMeteredNothingCharged()
636 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mServiceState) in testIsIwlanMeteredNothingFree()
DDcTrackerTest.java1036 doReturn(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN).when(mServiceState) in testTrySetupDefaultOnIWLAN()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DTelephonyTester.java208 ServiceState.RIL_RADIO_TECHNOLOGY_LTE, ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, in handleHandoverFailedIntent()
DServiceStateTracker.java2615 (!modemTriggered && ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollState()
2819 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDone()
2867 } else if (mSS.getRilDataRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in pollStateDone()
2962 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDone()
4401 if ((dataRat != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in onSignalStrengthResult()
4403 || (voiceRat != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in onSignalStrengthResult()
4943 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in resetServiceStateInIwlanMode()
4953 mNewSS.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN); in resetServiceStateInIwlanMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DServiceStateTest.java102 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN, false)); in testRAT()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DCarrierText.java129 if (ss.getRilDataRadioTechnology() != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in updateCarrierText()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCallTracker.java2539 && srcAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
2540 && targetAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
2550 srcAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN
2552 && targetAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
2586 boolean isHandoverToWifi = srcAccessTech != ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN &&
2587 targetAccessTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DApnSetting.java425 == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isMeteredApnType()
DDcTracker.java1270 if (radioTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in isDataAllowed()
1317 && (radioTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)) { in isDataAllowed()
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java3466 return radioTechnology == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in isWifiCall()