Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DRuimRecords.java87 private static final int EVENT_GET_IMSI_DONE = 3; field in RuimRecords
612 case EVENT_GET_IMSI_DONE: in handleMessage()
821 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchRuimRecords()
DSIMRecords.java141 private static final int EVENT_GET_IMSI_DONE = 3; field in SIMRecords
655 case EVENT_GET_IMSI_DONE: in handleMessage()
1575 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchSimRecords()