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.java90 private static final int EVENT_GET_IMSI_DONE = 3; field in RuimRecords
627 case EVENT_GET_IMSI_DONE: in handleMessage()
852 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchRuimRecords()
DSIMRecords.java151 private static final int EVENT_GET_IMSI_DONE = 3 + SIM_RECORD_EVENT_BASE; field in SIMRecords
634 case EVENT_GET_IMSI_DONE: in handleMessage()
1585 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE)); in fetchSimRecords()