Searched refs:mCdmaSubscriptionAppIndex (Results 1 – 7 of 7) sorted by relevance
63 public int mCdmaSubscriptionAppIndex; field in IccCardStatus127 sb.append(",cdma_id=").append(mCdmaSubscriptionAppIndex); in toString()128 if (mCdmaSubscriptionAppIndex >=0 in toString()129 && mCdmaSubscriptionAppIndex <CARD_MAX_APPS) { in toString()130 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()514 index = mCdmaSubscriptionAppIndex; in getApplication()778 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex); in dump()
42 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in setUp()44 mIccCardStatus.mCdmaSubscriptionAppIndex = -1; in setUp()
85 mIccCardStatus.mCdmaSubscriptionAppIndex = in setUp()148 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in testPowerOffPowerOnWithApp()
121 mIccCardStatus.mCdmaSubscriptionAppIndex = in setUp()170 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in testUpdateUiccCardApplication()
62 status.mCdmaSubscriptionAppIndex = -1; in makeCardStatus()
1197 iccCardStatus.mCdmaSubscriptionAppIndex = cardStatus.cdmaSubscriptionAppIndex; in responseIccCardStatus()