Home
last modified time | relevance | path

Searched refs:RadioState (Results 1 – 12 of 12) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioIndication.java116 CommandsInterface.RadioState newState = getRadioStateFromInt(radioState); in radioStateChanged()
784 private CommandsInterface.RadioState getRadioStateFromInt(int stateInt) { in getRadioStateFromInt()
785 CommandsInterface.RadioState state; in getRadioStateFromInt()
788 case android.hardware.radio.V1_0.RadioState.OFF: in getRadioStateFromInt()
789 state = CommandsInterface.RadioState.RADIO_OFF; in getRadioStateFromInt()
791 case android.hardware.radio.V1_0.RadioState.UNAVAILABLE: in getRadioStateFromInt()
792 state = CommandsInterface.RadioState.RADIO_UNAVAILABLE; in getRadioStateFromInt()
794 case android.hardware.radio.V1_0.RadioState.ON: in getRadioStateFromInt()
795 state = CommandsInterface.RadioState.RADIO_ON; in getRadioStateFromInt()
DBaseCommands.java34 protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
115 public RadioState getRadioState() { in getRadioState()
212 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) { in registerForOffOrNotAvailable()
769 protected void setRadioState(RadioState newState) { in setRadioState()
770 RadioState oldState; in setRadioState()
DCommandsInterface.java36 enum RadioState { enum
120 RadioState getRadioState(); in getRadioState()
DServiceStateTracker.java1116 mCi.getRadioState() == CommandsInterface.RadioState.RADIO_ON) { in handleMessage()
2285 } else if (mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) { in updateSpnDisplay()
2355 && mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) { in setPowerStateToDesired()
2495 return mCi.getRadioState() == CommandsInterface.RadioState.RADIO_ON; in isRadioOn()
4837 if (mCi.getRadioState() == CommandsInterface.RadioState.RADIO_OFF) { in resetServiceStateInIwlanMode()
DRIL.java484 setRadioState(RadioState.RADIO_UNAVAILABLE); in resetProxyAndRequestList()
3828 setRadioState(RadioState.RADIO_UNAVAILABLE); in processResponse()
DGsmCdmaPhone.java375 CommandsInterface.RadioState radioState = mCi.getRadioState(); in switchPhoneType()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DUiccControllerTest.java123 assertEquals(CommandsInterface.RadioState.RADIO_UNAVAILABLE, in testPowerOff()
132 assertEquals(CommandsInterface.RadioState.RADIO_ON, mSimulatedCommands.getRadioState()); in testPowerOn()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccCard.java49 import com.android.internal.telephony.CommandsInterface.RadioState;
84 private RadioState mLastRadioState = RadioState.RADIO_UNAVAILABLE;
176 RadioState radioState = mCi.getRadioState(); in update()
180 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON) { in update()
DIccCardProxy.java213 if (CommandsInterface.RadioState.RADIO_UNAVAILABLE == mCi.getRadioState()) { in handleMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
DSimulatedCommands.java144 setRadioState(RadioState.RADIO_ON); in SimulatedCommands()
470 if ((mState == RadioState.RADIO_ON) && !isSimLocked()) { in getCurrentCalls()
1190 setRadioState(RadioState.RADIO_ON); in setRadioPower()
1192 setRadioState(RadioState.RADIO_OFF); in setRadioPower()
1519 setRadioState(RadioState.RADIO_UNAVAILABLE); in shutdown()
1930 setRadioState(RadioState.RADIO_UNAVAILABLE); in requestShutdown()
DSimulatedCommandsVerifier.java47 public RadioState getRadioState() { in getRadioState()
/frameworks/base/
Dcompiled-classes-phone5511 com.android.internal.telephony.CommandsInterface$RadioState