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

  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 101 RIL_RADIO_TECHNOLOGY_GPRS,
130 public static final int RIL_RADIO_TECHNOLOGY_GPRS = 1;
800 case RIL_RADIO_TECHNOLOGY_GPRS:
    [all...]
RadioAccessFamily.java 35 public static final int RAF_GPRS = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_GPRS);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 145 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_GPRS, false));
ServiceStateTrackerTest.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java     [all...]

Completed in 414 milliseconds