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()
75 private int mCdmaSubscriptionAppIndex; field in UiccCard135 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex; in update()225 mCdmaSubscriptionAppIndex = in sanitizeApplicationIndexes()226 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()419 index = mCdmaSubscriptionAppIndex; in getApplication()653 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex); in dump()
3375 cardStatus.mCdmaSubscriptionAppIndex = p.readInt(); in responseIccCardStatus()