Searched refs:mCdmaSubscriptionAppIndex (Results 1 – 6 of 6) 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()
79 private int mCdmaSubscriptionAppIndex; field in UiccCard141 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex; in update()231 mCdmaSubscriptionAppIndex = in sanitizeApplicationIndexes()232 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()516 index = mCdmaSubscriptionAppIndex; in getApplication()780 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex); in dump()
42 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in setUp()44 mIccCardStatus.mCdmaSubscriptionAppIndex = -1; in setUp()
84 mIccCardStatus.mCdmaSubscriptionAppIndex = in setUp()145 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in testPowerOffPowerOnWithApp()
121 mIccCardStatus.mCdmaSubscriptionAppIndex = in setUp()170 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in testUpdateUiccCardApplication()
3688 cardStatus.mCdmaSubscriptionAppIndex = p.readInt(); in responseIccCardStatus()