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
681 case EVENT_GET_ICCID_DONE: in handleMessage()
845 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
859 obtainMessage(EVENT_GET_ICCID_DONE)); in fetchRuimRecords()
DSIMRecords.java141 private static final int EVENT_GET_ICCID_DONE = 4 + SIM_RECORD_EVENT_BASE; field in SIMRecords
820 case EVENT_GET_ICCID_DONE: in handleMessage()
1498 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in onLocked()
1531 mFh.loadEFTransparent(EF_ICCID, obtainMessage(EVENT_GET_ICCID_DONE)); in fetchSimRecords()