Home
last modified time | relevance | path

Searched refs:EVENT_GET_ICCID_DONE (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java89 private static final int EVENT_GET_ICCID_DONE = 5; field in RuimRecords
660 case EVENT_GET_ICCID_DONE: in handleMessage()
824 obtainMessage(EVENT_GET_ICCID_DONE)); in fetchRuimRecords()
DSIMRecords.java144 private static final int EVENT_GET_ICCID_DONE = 4 + SIM_RECORD_EVENT_BASE; field in SIMRecords
900 case EVENT_GET_ICCID_DONE: in handleMessage()
1714 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in fetchSimRecords()