HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_RADIO_UNAVAILABLE (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccController.java 88 private static final int EVENT_RADIO_UNAVAILABLE = 3;
130 mCis[i].registerForNotAvailable(this, EVENT_RADIO_UNAVAILABLE, index);
222 case EVENT_RADIO_UNAVAILABLE:
223 if (DBG) log("EVENT_RADIO_UNAVAILABLE, dispose card");
UiccCardApplication.java 53 private static final int EVENT_RADIO_UNAVAILABLE = 9;
115 mCi.registerForNotAvailable(mHandler, EVENT_RADIO_UNAVAILABLE, null);
411 case EVENT_RADIO_UNAVAILABLE:
412 if (DBG) log("handleMessage (EVENT_RADIO_UNAVAILABLE)");
    [all...]

Completed in 85 milliseconds