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

  /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/
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...]

Completed in 68 milliseconds