Searched refs:RADIO_STATE_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance
31 int RADIO_STATE_UNAVAILABLE = 0; field56 int DEFAULT_RADIO_STATE = RADIO_STATE_UNAVAILABLE;
385 if (state >= RADIO_STATE_UNAVAILABLE && state <= RADIO_STATE_ON) { in handleMessage()