Searched refs:RIL_RADIO_TECHNOLOGY_GPRS (Results 1 – 5 of 5) sorted by relevance
101 RIL_RADIO_TECHNOLOGY_GPRS,130 public static final int RIL_RADIO_TECHNOLOGY_GPRS = 1; field in ServiceState800 case RIL_RADIO_TECHNOLOGY_GPRS: in rilRadioTechnologyToString()1252 case ServiceState.RIL_RADIO_TECHNOLOGY_GPRS: in rilRadioTechnologyToNetworkType()1297 case RIL_RADIO_TECHNOLOGY_GPRS: in rilRadioTechnologyToAccessNetworkType()1331 return ServiceState.RIL_RADIO_TECHNOLOGY_GPRS; in networkTypeToRilRadioTechnology()1407 return radioTechnology == RIL_RADIO_TECHNOLOGY_GPRS in isGsm()
35 public static final int RAF_GPRS = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_GPRS);
1432 sst.mSS.setRilDataRadioTechnology(sst.mSS.RIL_RADIO_TECHNOLOGY_GPRS); in testIsConcurrentVoiceAndDataAllowed()1580 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, sst.mSS.getRilVoiceRadioTechnology()); in testRatRatchetWithCellChange()1618 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, sst.mSS.getRilVoiceRadioTechnology()); in testRatRatchetWithCellChangeBeforeRatChange()1632 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, sst.mSS.getRilVoiceRadioTechnology()); in testRatRatchetWithCellChangeBeforeRatChange()
145 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, false)); in testRAT()
843 case ServiceState.RIL_RADIO_TECHNOLOGY_GPRS: in updateTcpBufferSizes()1020 case ServiceState.RIL_RADIO_TECHNOLOGY_GPRS: up = 80; down = 80; break; in getNetworkCapabilities()