Searched refs:EVENT_RADIO_UNAVAILABLE (Results 1 – 2 of 2) sorted by relevance
53 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in UiccCardApplication127 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null); in UiccCardApplication()418 case EVENT_RADIO_UNAVAILABLE:
121 private static final int EVENT_RADIO_UNAVAILABLE = 7; field in UiccController227 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in UiccController()492 case EVENT_RADIO_UNAVAILABLE: in handleMessage()