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

  /frameworks/base/telephony/java/android/telephony/
ServiceState.java 149 public static final int RIL_RADIO_TECHNOLOGY_GSM = 16;
752 case RIL_RADIO_TECHNOLOGY_GSM:
    [all...]
RadioAccessFamily.java 48 public static final int RAF_GSM = (1 << ServiceState.RIL_RADIO_TECHNOLOGY_GSM);
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
ServiceStateTest.java 100 rats.add(new Pair<Integer, Boolean>(ServiceState.RIL_RADIO_TECHNOLOGY_GSM, false));
GsmCdmaPhoneTest.java 94 mSimulatedCommands.setVoiceRadioTech(ServiceState.RIL_RADIO_TECHNOLOGY_GSM);
96 new AsyncResult(null, new int[]{ServiceState.RIL_RADIO_TECHNOLOGY_GSM}, null)));

Completed in 44 milliseconds