Searched refs:EVENT_SIM_REFRESH (Results 1 – 4 of 4) sorted by relevance
71 private static final int EVENT_SIM_REFRESH = 6; field in SimPhonebookRecordCache112 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null); in SimPhonebookRecordCache()386 case EVENT_SIM_REFRESH: in handleMessage()
149 private static final int EVENT_SIM_REFRESH = 8; field in UiccController292 mCis[i].registerForIccRefresh(this, EVENT_SIM_REFRESH, i); in UiccController()632 case EVENT_SIM_REFRESH: in handleMessage()670 mCis[i].registerForIccRefresh(this, EVENT_SIM_REFRESH, i); in onMultiSimConfigChanged()705 case EVENT_SIM_REFRESH: return "SIM_REFRESH"; in eventToString()
78 private static final int EVENT_SIM_REFRESH = 3; field in DataProfileManager209 mPhone.mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null); in registerAllEvents()215 case EVENT_SIM_REFRESH: in handleMessage()
65 private static final int EVENT_SIM_REFRESH = 8; field in UiccControllerTest