Searched refs:RADIO_OFF (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/telephony/java/android/telephony/
H A DPreciseDisconnectCause.java183 public static final int RADIO_OFF = 247; field in class:PreciseDisconnectCause
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java217 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
792 * RadioState has 3 values : RADIO_OFF, RADIO_UNAVAILABLE, RADIO_ON.
H A DCommandsInterface.java41 RADIO_OFF, /* Radio explicitly powered off (eg CFUN=0) */ enum constant in enum:CommandsInterface.RadioState
181 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
H A DServiceStateTracker.java2420 } else if (mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
2490 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
2670 case RADIO_OFF:
4638 if (mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
H A DRadioIndication.java912 state = CommandsInterface.RadioState.RADIO_OFF;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java511 //Rlog.i("GSM", "[SimCmds] getCurrentCalls: RADIO_OFF or SIM not ready!");
1256 setRadioState(RadioState.RADIO_OFF);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
H A DImsPhoneCallTracker.java544 PreciseDisconnectCause.RADIO_OFF);

Completed in 564 milliseconds