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

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 43 import com.android.internal.telephony.CommandsInterface.RadioState;
82 private RadioState mLastRadioState = RadioState.RADIO_UNAVAILABLE;
172 RadioState radioState = mCi.getRadioState();
173 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
176 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON)
    [all...]
IccCardProxy.java 231 if (CommandsInterface.RadioState.RADIO_UNAVAILABLE == mCi.getRadioState()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 37 protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
117 public RadioState getRadioState() {
214 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
762 * Store new RadioState and send notification based on the changes
767 * RadioState has 3 values : RADIO_OFF, RADIO_UNAVAILABLE, RADIO_ON.
769 * @param newState new RadioState decoded from RIL_UNSOL_RADIO_STATE_CHANGED
771 protected void setRadioState(RadioState newState) {
772 RadioState oldState;
CommandsInterface.java 33 enum RadioState {
117 RadioState getRadioState();
131 * Fires on any RadioState transition
147 * Fires on any transition into RadioState.isOn()
156 * Fires on any transition out of RadioState.isAvailable()
165 * Fires on any transition into !RadioState.isAvailable()
174 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
    [all...]
RIL.java 574 setRadioState (RadioState.RADIO_UNAVAILABLE);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 97 setRadioState(RadioState.RADIO_OFF);
457 if ((mState == RadioState.RADIO_ON) && !isSimLocked()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 50 import com.android.internal.telephony.CommandsInterface.RadioState;
325 if(mCi.getRadioState() == RadioState.RADIO_ON) {
553 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 533 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 368 milliseconds