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

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
SIMFileHandler.java 91 if (mParentCard != null
92 && mParentCard.isApplicationOnIcc(IccCardApplication.AppType.APPTYPE_USIM)) {
SIMRecords.java 584 mParentCard.broadcastIccStateChangedIntent(
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
IccRecords.java 40 protected IccCard mParentCard;
109 mParentCard = card;
117 mParentCard = null;
132 return mParentCard;
IccFileHandler.java 94 protected final IccCard mParentCard;
126 mParentCard = card;
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
RuimRecords.java 345 mParentCard.broadcastIccStateChangedIntent(
355 mParentCard.broadcastIccStateChangedIntent(
418 !refreshResponse.aid.equals(mParentCard.getAid())) {
CdmaLteUiccRecords.java 270 mCi.getIMSIForApp(mParentCard.getAid(), obtainMessage(EVENT_GET_IMSI_DONE));
441 if (mParentCard == null) {
445 if (mParentCard.isApplicationOnIcc(AppType.APPTYPE_CSIM) &&

Completed in 56 milliseconds