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.java94 private static final int EVENT_GET_ICCID_DONE = 5; field in RuimRecords
680 case EVENT_GET_ICCID_DONE: in handleMessage()
843 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
854 obtainMessage(EVENT_GET_ICCID_DONE)); in fetchRuimRecords()
DSIMRecords.java158 private static final int EVENT_GET_ICCID_DONE = 4 + SIM_RECORD_EVENT_BASE; field in SIMRecords
848 case EVENT_GET_ICCID_DONE: in handleMessage()
1638 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
1671 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in fetchSimRecords()