Searched refs:RIL_RADIO_TECHNOLOGY_EDGE (Results 1 – 3 of 3) sorted by relevance
163 RIL_RADIO_TECHNOLOGY_EDGE,194 public static final int RIL_RADIO_TECHNOLOGY_EDGE = 2; field in ServiceState935 case RIL_RADIO_TECHNOLOGY_EDGE: in rilRadioTechnologyToString()1489 case ServiceState.RIL_RADIO_TECHNOLOGY_EDGE: in rilRadioTechnologyToNetworkType()1535 case RIL_RADIO_TECHNOLOGY_EDGE: in rilRadioTechnologyToAccessNetworkType()1570 return ServiceState.RIL_RADIO_TECHNOLOGY_EDGE; in networkTypeToRilRadioTechnology()1683 || radioTechnology == RIL_RADIO_TECHNOLOGY_EDGE in isGsm()
1771 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchet()1774 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchet()1787 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchetWithCellChange()1807 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchetWithCellChangeBeforeRatChange()1815 assertEquals(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, sst.mSS.getRilDataRadioTechnology()); in testRatRatchetWithCellChangeBeforeRatChange()
164 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, false)); in testRAT()