Searched defs:mCdmaSubscriptionAppIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java61 public int mCdmaSubscriptionAppIndex; field in class:IccCardStatus
122 sb.append(",cdma_id=").append(mCdmaSubscriptionAppIndex);
123 if (mCdmaSubscriptionAppIndex >=0
124 && mCdmaSubscriptionAppIndex <CARD_MAX_APPS) {
125 app = mApplications[mCdmaSubscriptionAppIndex];
H A DUiccCard.java75 private int mCdmaSubscriptionAppIndex; field in class:UiccCard
140 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex;
229 mCdmaSubscriptionAppIndex =
230 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
429 index = mCdmaSubscriptionAppIndex;
643 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex);

Completed in 133 milliseconds