Home
last modified time | relevance | path

Searched refs:RIL_RADIO_TECHNOLOGY_HSPA (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DCellularNetworkServiceTest.java97 int voiceRadioTech = ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in testGetNetworkRegistrationState()
98 int dataRadioTech = ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in testGetNetworkRegistrationState()
DServiceStateTrackerTest.java181 mSimulatedCommands.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA); in setUp()
183 mSimulatedCommands.setDataRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA); in setUp()
328 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA, in testSpnUpdateShowPlmnOnly()
1430 sst.mSS.setRilDataRadioTechnology(sst.mSS.RIL_RADIO_TECHNOLOGY_HSPA); in testIsConcurrentVoiceAndDataAllowed()
DServiceStateTest.java150 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_HSPA, false)); in testRAT()
/frameworks/base/telephony/java/android/telephony/
DServiceState.java111 RIL_RADIO_TECHNOLOGY_HSPA,
150 public static final int RIL_RADIO_TECHNOLOGY_HSPA = 11; field in ServiceState
830 case RIL_RADIO_TECHNOLOGY_HSPA: in rilRadioTechnologyToString()
1262 case ServiceState.RIL_RADIO_TECHNOLOGY_HSPA: in rilRadioTechnologyToNetworkType()
1305 case RIL_RADIO_TECHNOLOGY_HSPA: in rilRadioTechnologyToAccessNetworkType()
1341 return ServiceState.RIL_RADIO_TECHNOLOGY_HSPA; in networkTypeToRilRadioTechnology()
1412 || radioTechnology == RIL_RADIO_TECHNOLOGY_HSPA in isGsm()
DRadioAccessFamily.java47 public static final int RAF_HSPA = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_HSPA);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDataConnection.java866 case ServiceState.RIL_RADIO_TECHNOLOGY_HSPA: in updateTcpBufferSizes()
1030 case ServiceState.RIL_RADIO_TECHNOLOGY_HSPA: up = 5898; down = 14336; break; in getNetworkCapabilities()