Searched refs:EVENT_RADIO_OFF_OR_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
89 private static final int EVENT_RADIO_OFF_OR_UNAVAILABLE = 10; field in NetworkTypeController111 sEvents[EVENT_RADIO_OFF_OR_UNAVAILABLE] = "EVENT_RADIO_OFF_OR_UNAVAILABLE";175 EVENT_RADIO_OFF_OR_UNAVAILABLE, null); in registerForAllEvents() local494 case EVENT_RADIO_OFF_OR_UNAVAILABLE: in processMessage()
58 private static final int EVENT_RADIO_OFF_OR_UNAVAILABLE = 10; field in NetworkTypeControllerTest328 mNetworkTypeController.sendMessage(EVENT_RADIO_OFF_OR_UNAVAILABLE); in testEventRadioOffOrUnavailable()
116 private static final int EVENT_RADIO_OFF_OR_UNAVAILABLE = 1; field in UiccProfile209 case EVENT_RADIO_OFF_OR_UNAVAILABLE:280 ci.registerForOffOrNotAvailable(mHandler, EVENT_RADIO_OFF_OR_UNAVAILABLE, null); in UiccProfile()1754 case EVENT_RADIO_OFF_OR_UNAVAILABLE: return "RADIO_OFF_OR_UNAVAILABLE"; in eventToString()