Searched refs:EVENT_RADIO_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
128 private static final int EVENT_RADIO_UNAVAILABLE = 7; field in UiccController246 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in UiccController()521 case EVENT_RADIO_UNAVAILABLE: in handleMessage()577 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in onMultiSimConfigChanged()612 case EVENT_RADIO_UNAVAILABLE: return "RADIO_UNAVAILABLE"; in eventToString()
55 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in UiccCardApplication130 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null); in UiccCardApplication()438 case EVENT_RADIO_UNAVAILABLE:
71 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in NetworkScanRequestTracker106 case EVENT_RADIO_UNAVAILABLE:579 nsri.mPhone.mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, nsri); in startNewScan()