Home | History | Annotate | Download | only in telephony

Lines Matching refs:RadioState

41     protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
42 protected RadioState mSimState = RadioState.RADIO_UNAVAILABLE;
43 protected RadioState mRuimState = RadioState.RADIO_UNAVAILABLE;
44 protected RadioState mNvState = RadioState.RADIO_UNAVAILABLE;
117 public RadioState getRadioState() {
121 public RadioState getSimState() {
125 public RadioState getRuimState() {
129 public RadioState getNvState() {
209 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
284 if (mSimState == RadioState.SIM_LOCKED_OR_ABSENT) {
302 if (mRuimState == RadioState.RUIM_LOCKED_OR_ABSENT) {
695 * Store new RadioState and send notification based on the changes
700 * RadioState has 5 values : RADIO_OFF, RADIO_UNAVAILABLE, SIM_NOT_READY,
703 * @param newState new RadioState decoded from RIL_UNSOL_RADIO_STATE_CHANGED
705 protected void setRadioState(RadioState newState) {
706 RadioState oldState;
756 if (mState == RadioState.SIM_LOCKED_OR_ABSENT) {
766 if (mState == RadioState.RUIM_LOCKED_OR_ABSENT) {