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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 37 import com.android.internal.telephony.CommandsInterface.RadioState;
74 private RadioState mLastRadioState = RadioState.RADIO_UNAVAILABLE;
148 RadioState radioState = mCi.getRadioState();
149 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
152 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 33 protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
103 public RadioState getRadioState() {
191 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
655 * Store new RadioState and send notification based on the changes
660 * RadioState has 3 values : RADIO_OFF, RADIO_UNAVAILABLE, RADIO_ON.
662 * @param newState new RadioState decoded from RIL_UNSOL_RADIO_STATE_CHANGED
664 protected void setRadioState(RadioState newState) {
665 RadioState oldState;
CommandsInterface.java 30 enum RadioState {
110 RadioState getRadioState();
113 * Fires on any RadioState transition
127 * Fires on any transition into RadioState.isOn()
136 * Fires on any transition out of RadioState.isAvailable()
145 * Fires on any transition into !RadioState.isAvailable()
154 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
    [all...]
RIL.java 596 setRadioState (RadioState.RADIO_UNAVAILABLE);
    [all...]
  /hardware/ril/libril/
ril.cpp 239 static int decodeVoiceRadioTechnology (RIL_RadioState radioState);
240 static int decodeCdmaSubscriptionSource (RIL_RadioState radioState);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 96 setRadioState(RadioState.RADIO_OFF);
456 if ((mState == RadioState.RADIO_ON) && !isSimLocked()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 48 import com.android.internal.telephony.CommandsInterface.RadioState;
303 if(mCi.getRadioState() == RadioState.RADIO_ON) {
512 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
    [all...]
  /hardware/ril/include/telephony/
ril.h     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 466 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
    [all...]

Completed in 398 milliseconds