Searched refs:EVENT_RADIO_OFF_OR_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
96 private static final int EVENT_RADIO_OFF_OR_UNAVAILABLE = 10; field in NetworkTypeController115 sEvents[EVENT_RADIO_OFF_OR_UNAVAILABLE] = "EVENT_RADIO_OFF_OR_UNAVAILABLE";195 EVENT_RADIO_OFF_OR_UNAVAILABLE, null); in registerForAllEvents() local547 case EVENT_RADIO_OFF_OR_UNAVAILABLE: in processMessage()
126 private static final int EVENT_RADIO_OFF_OR_UNAVAILABLE = 1; field in UiccProfile222 case EVENT_RADIO_OFF_OR_UNAVAILABLE:327 ci.registerForOffOrNotAvailable(mHandler, EVENT_RADIO_OFF_OR_UNAVAILABLE, null); in UiccProfile()1829 case EVENT_RADIO_OFF_OR_UNAVAILABLE: return "RADIO_OFF_OR_UNAVAILABLE"; in eventToString()
69 private static final int EVENT_RADIO_OFF_OR_UNAVAILABLE = 10; field in NetworkTypeControllerTest781 mNetworkTypeController.sendMessage(EVENT_RADIO_OFF_OR_UNAVAILABLE); in testEventRadioOffOrUnavailable()