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

  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 118 public static final int RIL_RADIO_TECHNOLOGY_EDGE = 2;
710 case RIL_RADIO_TECHNOLOGY_EDGE:
    [all...]
RadioAccessFamily.java 34 public static final int RAF_EDGE = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_EDGE);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 93 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_EDGE, false));
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 799 case ServiceState.RIL_RADIO_TECHNOLOGY_EDGE:
    [all...]

Completed in 216 milliseconds