Home
last modified time | relevance | path

Searched refs:Radio (Results 1 – 2 of 2) sorted by relevance

/hardware/ril/mock-ril/src/proto/
Dril.proto10 RADIOSTATE_OFF = 0; /* Radio explictly powered off (eg CFUN=0) */
11 RADIOSTATE_UNAVAILABLE = 1; /* Radio unavailable (eg, resetting or not booted) */
12 RADIOSTATE_SIM_NOT_READY = 2; /* Radio is on, but the SIM interface is not ready */
15 RADIOSTATE_SIM_READY = 4; /* Radio is on and SIM interface is available */
16 RADIOSTATE_RUIM_NOT_READY = 5; /* Radio is on, but the RUIM interface is not ready */
17 RADIOSTATE_RUIM_READY = 6; /* Radio is on and the RUIM interface is available */
20 … RADIOSTATE_NV_NOT_READY = 8; /* Radio is on, but the NV interface is not available */
21 RADIOSTATE_NV_READY = 9; /* Radio is on and the NV interface is available */
/hardware/ril/mock-ril/src/js/
Dsimulated_radio.js77 function Radio() { class
1253 var simulatedRadio = new Radio();