Home
last modified time | relevance | path

Searched refs:RADIO_STATE_SIM_NOT_READY (Results 1 – 4 of 4) sorted by relevance

/hardware/ril/include/telephony/
Dril.h118 RADIO_STATE_SIM_NOT_READY = 2, /* Radio is on, but the SIM interface is not ready */ enumerator
/hardware/ril/reference-ril/
Dril.h118 RADIO_STATE_SIM_NOT_READY = 2, /* Radio is on, but the SIM interface is not ready */ enumerator
Dreference-ril.c2754 if (sState != RADIO_STATE_SIM_NOT_READY) {
/hardware/ril/libril/
Dril.cpp4194 case RADIO_STATE_SIM_NOT_READY: in decodeVoiceRadioTechnology()
4215 case RADIO_STATE_SIM_NOT_READY: in decodeCdmaSubscriptionSource()
4236 case RADIO_STATE_SIM_NOT_READY: in decodeSimStatus()
4512 case RADIO_STATE_SIM_NOT_READY: return "RADIO_SIM_NOT_READY"; in radioStateToString()