Searched refs:Radio (Results 1 – 2 of 2) sorted by relevance
10 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 */
77 function Radio() { class1253 var simulatedRadio = new Radio();