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

  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
UiccControllerTest.java 123 assertEquals(CommandsInterface.RadioState.RADIO_UNAVAILABLE,
132 assertEquals(CommandsInterface.RadioState.RADIO_ON, mSimulatedCommands.getRadioState());
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
BaseCommands.java 37 protected RadioState mState = RadioState.RADIO_UNAVAILABLE;
118 public RadioState getRadioState() {
215 if (mState == RadioState.RADIO_OFF || !mState.isAvailable()) {
763 * Store new RadioState and send notification based on the changes
768 * RadioState has 3 values : RADIO_OFF, RADIO_UNAVAILABLE, RADIO_ON.
770 * @param newState new RadioState decoded from RIL_UNSOL_RADIO_STATE_CHANGED
772 protected void setRadioState(RadioState newState) {
773 RadioState oldState;
CommandsInterface.java 36 enum RadioState {
120 RadioState getRadioState();
134 * Fires on any RadioState transition
150 * Fires on any transition into RadioState.isOn()
159 * Fires on any transition out of RadioState.isAvailable()
168 * Fires on any transition into !RadioState.isAvailable()
177 * Fires on any transition into RADIO_OFF or !RadioState.isAvailable()
    [all...]
RIL.java 713 setRadioState (RadioState.RADIO_UNAVAILABLE);
    [all...]
ServiceStateTracker.java     [all...]
GsmCdmaPhone.java 372 CommandsInterface.RadioState radioState = mCi.getRadioState();
373 if (radioState.isAvailable()) {
375 if (radioState.isOn()) {
379 if (!radioState.isAvailable() || !radioState.isOn()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCard.java 48 import com.android.internal.telephony.CommandsInterface.RadioState;
86 private RadioState mLastRadioState = RadioState.RADIO_UNAVAILABLE;
178 RadioState radioState = mCi.getRadioState();
179 if (DBG) log("update: radioState=" + radioState + " mLastRadioState="
182 if (radioState == RadioState.RADIO_ON && mLastRadioState == RadioState.RADIO_ON)
    [all...]
IccCardProxy.java 216 if (CommandsInterface.RadioState.RADIO_UNAVAILABLE == mCi.getRadioState()) {
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
SimulatedCommands.java 142 setRadioState(RadioState.RADIO_ON);
462 if ((mState == RadioState.RADIO_ON) && !isSimLocked()) {
    [all...]
SimulatedCommandsVerifier.java 47 public RadioState getRadioState() {
  /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 
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 

Completed in 388 milliseconds