Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DServiceState.java156 public static final int RIL_RADIO_TECHNOLOGY_IWLAN = 18; field in ServiceState
743 case RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToString()
1089 case ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN: in rilRadioTechnologyToNetworkType()
1142 || radioTechnology == RIL_RADIO_TECHNOLOGY_IWLAN; in isGsm()
/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/Keyguard/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/
DServiceStateTracker.java2452 if (!modemTriggered && ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollState()
2602 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDoneGsm()
2705 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDoneGsm()
2818 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDoneCdma()
2907 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDoneCdma()
3050 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDoneCdmaLte()
3166 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in pollStateDoneCdmaLte()
4769 if (ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN in resetServiceStateInIwlanMode()
4777 mNewSS.setRilDataRadioTechnology(ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN); in resetServiceStateInIwlanMode()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneConnectionTest.java246 ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN + ""); in testSetWifi()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneConnection.java879 boolean isWifi = radioTechnology == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN; in updateWifiStateFromExtras()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1103 == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)) { in isDataPossible()
1355 == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN)) { in isDataAllowedForApn()
1407 if (radioTech == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN) { in isDataAllowed()
DDataConnection.java514 == ServiceState.RIL_RADIO_TECHNOLOGY_IWLAN )) { in tearDownData()