Searched refs:mCdmaSubscriptionAppIndex (Results 1 – 3 of 3) sorted by relevance
61 public int mCdmaSubscriptionAppIndex; field in IccCardStatus122 sb.append(",cdma_id=").append(mCdmaSubscriptionAppIndex); in toString()123 if (mCdmaSubscriptionAppIndex >=0 in toString()124 && mCdmaSubscriptionAppIndex <CARD_MAX_APPS) { in toString()125 app = mApplications[mCdmaSubscriptionAppIndex]; in toString()
77 private int mCdmaSubscriptionAppIndex; field in UiccCard139 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex; in update()229 mCdmaSubscriptionAppIndex = in sanitizeApplicationIndexes()230 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()423 index = mCdmaSubscriptionAppIndex; in getApplication()670 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex); in dump()
3460 cardStatus.mCdmaSubscriptionAppIndex = p.readInt(); in responseIccCardStatus()