Searched refs:RAF_GPRS (Results 1 – 1 of 1) sorted by relevance
33 public static final int RAF_GPRS = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_GPRS); field in RadioAccessFamily52 private static final int GSM = RAF_GSM | RAF_GPRS | RAF_EDGE;261 case "GPRS": return RAF_GPRS; in singleRafTypeFromString()