Searched refs:EVENT_RADIO_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
127 private static final int EVENT_RADIO_UNAVAILABLE = 7; field in UiccController246 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in UiccController()519 case EVENT_RADIO_UNAVAILABLE: in handleMessage()575 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in onMultiSimConfigChanged()610 case EVENT_RADIO_UNAVAILABLE: return "RADIO_UNAVAILABLE"; in eventToString()
54 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in UiccCardApplication129 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null); in UiccCardApplication()437 case EVENT_RADIO_UNAVAILABLE:
71 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in NetworkScanRequestTracker106 case EVENT_RADIO_UNAVAILABLE:570 nsri.mPhone.mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, nsri); in startNewScan()