Searched refs:RADIO_ON (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DUiccControllerTest.java132 assertEquals(CommandsInterface.RadioState.RADIO_ON, mSimulatedCommands.getRadioState());
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DCommandsInterface.java39 RADIO_ON; /* Radio is on */ enum constant in enum:CommandsInterface.RadioState
42 return this == RADIO_ON;
H A DServiceStateTracker.java962 mCi.getRadioState() == CommandsInterface.RadioState.RADIO_ON) {
2472 return mCi.getRadioState() == CommandsInterface.RadioState.RADIO_ON;
H A DRIL.java2446 case 10: state = RadioState.RADIO_ON; break;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccCard.java182 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
H A DSimulatedCommands.java142 setRadioState(RadioState.RADIO_ON);
462 if ((mState == RadioState.RADIO_ON) && !isSimLocked()) {
1193 setRadioState(RadioState.RADIO_ON);

Completed in 155 milliseconds