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

  /hardware/ril/rild/
radiooptions.c 27 RADIO_OFF,
43 1 - RADIO_OFF, \n\
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCard.java 139 case RADIO_OFF:
705 if( currentRadioState == RadioState.RADIO_OFF ||
    [all...]
CommandsInterface.java 29 RADIO_OFF(0), /* Radio explictly powered off (eg CFUN=0) */
216 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
    [all...]
BaseCommands.java 209 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
700 * RadioState has 5 values : RADIO_OFF, RADIO_UNAVAILABLE, SIM_NOT_READY,
788 * NOTE: isGsm and isCdma have no common states in RADIO_OFF or RADIO_UNAVAILABLE; the
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 170 case RADIO_OFF:
CdmaServiceStateTracker.java 472 && cm.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
804 case RADIO_OFF:
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 95 setRadioState(RadioState.RADIO_OFF);
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 464 && cm.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
700 case RADIO_OFF:
    [all...]

Completed in 157 milliseconds