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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java65 public int mCdmaSubscriptionAppIndex; field in class:IccCardStatus
134 sb.append(",cdma_id=").append(mCdmaSubscriptionAppIndex);
136 && mCdmaSubscriptionAppIndex >= 0
137 && mCdmaSubscriptionAppIndex < mApplications.length) {
138 app = mApplications[mCdmaSubscriptionAppIndex];
H A DUiccProfile.java97 private int mCdmaSubscriptionAppIndex; field in class:UiccProfile
884 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex;
957 mCdmaSubscriptionAppIndex =
959 mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM);
1249 index = mCdmaSubscriptionAppIndex;
1577 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex);

Completed in 68 milliseconds