HomeSort by relevance Sort by last modified time
    Searched defs:mCdmaSubscriptionAppIndex (Results 1 - 2 of 2) sorted by null

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccCardStatus.java 61 public int mCdmaSubscriptionAppIndex;
122 sb.append(",cdma_id=").append(mCdmaSubscriptionAppIndex);
123 if (mCdmaSubscriptionAppIndex >=0
124 && mCdmaSubscriptionAppIndex <CARD_MAX_APPS) {
125 app = mApplications[mCdmaSubscriptionAppIndex];
UiccCard.java 66 private int mCdmaSubscriptionAppIndex;
111 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex;
181 mCdmaSubscriptionAppIndex =
182 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
328 index = mCdmaSubscriptionAppIndex;
372 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex);

Completed in 794 milliseconds