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

  /frameworks/base/telephony/java/com/android/internal/telephony/
CommandsInterface.java 34 SIM_READY(1), /* Radio is on and SIM interface is available */
45 || this == SIM_READY
66 return this == SIM_READY;
83 || this == SIM_READY;
225 * Fires on any transition into SIM_READY
    [all...]
IccCard.java 62 // Will be updated when SIM_READY.
148 case SIM_READY:
588 //TODO: put facility read in SIM_READY now, maybe in REG_NW
715 currentRadioState == RadioState.SIM_READY ||
    [all...]
RIL.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 123 setRadioState(RadioState.SIM_READY);
165 setRadioState(RadioState.SIM_READY);
444 if (mState == RadioState.SIM_READY) {
    [all...]
  /hardware/ril/reference-ril/
reference-ril.c 65 SIM_READY = 2, /* SIM_READY means the radio state is RADIO_STATE_SIM_READY */
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 815 case SIM_READY:
    [all...]

Completed in 378 milliseconds