Searched refs:RADIO_UNAVAILABLE (Results 1 - 8 of 8) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java32 RADIO_UNAVAILABLE, /* Radio unavailable (eg, resetting or not booted) */ enum constant in enum:CommandsInterface.RadioState
40 return this != RADIO_UNAVAILABLE;
H A DBaseCommands.java33 protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
670 * RadioState has 3 values : RADIO_OFF, RADIO_UNAVAILABLE, RADIO_ON.
H A DRIL.java548 setRadioState (RadioState.RADIO_UNAVAILABLE);
2152 case 1: state = RadioState.RADIO_UNAVAILABLE; break;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java74 private RadioState mLastRadioState = RadioState.RADIO_UNAVAILABLE;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaLteServiceStateTracker.java218 case RADIO_UNAVAILABLE:
H A DCdmaServiceStateTracker.java874 case RADIO_UNAVAILABLE:
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java1389 setRadioState(RadioState.RADIO_UNAVAILABLE);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
H A DGsmServiceStateTracker.java777 case RADIO_UNAVAILABLE:

Completed in 144 milliseconds