HomeSort by relevance Sort by last modified time
    Searched refs:RAF_GPRS (Results 1 - 2 of 2) sorted by null

  /frameworks/base/telephony/java/android/telephony/
RadioAccessFamily.java 35 public static final int RAF_GPRS = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_GPRS);
57 private static final int GSM = RAF_GSM | RAF_GPRS | RAF_EDGE;
348 case "GPRS": return RAF_GPRS;
  /hardware/ril/include/telephony/
ril.h 269 RAF_GPRS = (1 << RADIO_TECH_GPRS),
    [all...]

Completed in 57 milliseconds