Searched refs:EVENT_RADIO_UNAVAILABLE (Results 1 – 3 of 3) sorted by relevance
75 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in NetworkScanRequestTracker110 case EVENT_RADIO_UNAVAILABLE:593 nsri.mPhone.mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, nsri); in startNewScan()
56 private static final int EVENT_RADIO_UNAVAILABLE = 9; field in UiccCardApplication134 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null); in UiccCardApplication()445 case EVENT_RADIO_UNAVAILABLE:
148 private static final int EVENT_RADIO_UNAVAILABLE = 7; field in UiccController291 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in UiccController()623 case EVENT_RADIO_UNAVAILABLE: in handleMessage()669 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, i); in onMultiSimConfigChanged()704 case EVENT_RADIO_UNAVAILABLE: return "RADIO_UNAVAILABLE"; in eventToString()