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.java92 private static final int EVENT_GET_ICCID_DONE = 5; field in RuimRecords
678 case EVENT_GET_ICCID_DONE: in handleMessage()
842 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
856 obtainMessage(EVENT_GET_ICCID_DONE)); in fetchRuimRecords()
DSIMRecords.java152 private static final int EVENT_GET_ICCID_DONE = 4 + SIM_RECORD_EVENT_BASE; field in SIMRecords
814 case EVENT_GET_ICCID_DONE: in handleMessage()
1555 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
1588 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in fetchSimRecords()