Searched refs:mImsSubscriptionAppIndex (Results 1 – 3 of 3) sorted by relevance
62 public int mImsSubscriptionAppIndex; field in IccCardStatus129 sb.append(",ims_id=").append(mImsSubscriptionAppIndex); in toString()130 if (mImsSubscriptionAppIndex >=0 in toString()131 && mImsSubscriptionAppIndex <CARD_MAX_APPS) { in toString()132 app = mApplications[mImsSubscriptionAppIndex]; in toString()
76 private int mImsSubscriptionAppIndex; field in UiccCard136 mImsSubscriptionAppIndex = ics.mImsSubscriptionAppIndex; in update()227 mImsSubscriptionAppIndex = in sanitizeApplicationIndexes()228 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null); in sanitizeApplicationIndexes()422 index = mImsSubscriptionAppIndex; in getApplication()654 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex); in dump()655 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex); in dump()
3376 cardStatus.mImsSubscriptionAppIndex = p.readInt(); in responseIccCardStatus()