Searched refs:mCdmaSubscriptionAppIndex (Results 1 - 3 of 3) 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.java66 private int mCdmaSubscriptionAppIndex; field in class:UiccCard
111 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex;
181 mCdmaSubscriptionAppIndex =
182 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
328 index = mCdmaSubscriptionAppIndex;
372 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3143 cardStatus.mCdmaSubscriptionAppIndex = p.readInt();

Completed in 50 milliseconds