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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DRuimRecords.java86 private static final int EVENT_GET_IMSI_DONE = 3; field in class:RuimRecords
610 case EVENT_GET_IMSI_DONE:
818 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
H A DSIMRecords.java138 private static final int EVENT_GET_IMSI_DONE = 3; field in class:SIMRecords
636 case EVENT_GET_IMSI_DONE:
1534 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));

Completed in 686 milliseconds