Searched refs:EVENT_SIM_REFRESH (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DUiccController.java89 private static final int EVENT_SIM_REFRESH = 4; field in class:UiccController
131 mCis[i].registerForIccRefresh(this, EVENT_SIM_REFRESH, index);
230 case EVENT_SIM_REFRESH:
231 if (DBG) log("Received EVENT_SIM_REFRESH");
H A DSIMRecords.java159 private static final int EVENT_SIM_REFRESH = 31; field in class:SIMRecords
204 mCi.registerForIccRefresh(this, EVENT_SIM_REFRESH, null);
1150 case EVENT_SIM_REFRESH:

Completed in 56 milliseconds