Searched refs:EVENT_GET_IMSI_DONE (Results 1 - 2 of 2) sorted by path

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java88 private static final int EVENT_GET_IMSI_DONE = 3; field in class:RuimRecords
622 case EVENT_GET_IMSI_DONE:
847 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
H A DSIMRecords.java136 private static final int EVENT_GET_IMSI_DONE = 3 + SIM_RECORD_EVENT_BASE; field in class:SIMRecords
657 case EVENT_GET_IMSI_DONE:
1646 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));

Completed in 111 milliseconds