HomeSort by relevance Sort by last modified time
    Searched refs:EVENT_GET_IMSI_DONE (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
RuimRecords.java 86 private static final int EVENT_GET_IMSI_DONE = 3;
463 case EVENT_GET_IMSI_DONE:
668 mCi.getIMSIForApp(mParentApp.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
SIMRecords.java 134 private static final int EVENT_GET_IMSI_DONE = 3;
582 case EVENT_GET_IMSI_DONE:
    [all...]

Completed in 25 milliseconds