Searched refs:mImsSubscriptionAppIndex (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java62 public int mImsSubscriptionAppIndex; field in class:IccCardStatus
129 sb.append(",ims_id=").append(mImsSubscriptionAppIndex);
130 if (mImsSubscriptionAppIndex >=0
131 && mImsSubscriptionAppIndex <CARD_MAX_APPS) {
132 app = mApplications[mImsSubscriptionAppIndex];
H A DUiccCard.java78 private int mImsSubscriptionAppIndex; field in class:UiccCard
140 mImsSubscriptionAppIndex = ics.mImsSubscriptionAppIndex;
231 mImsSubscriptionAppIndex =
232 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null);
426 index = mImsSubscriptionAppIndex;
671 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex);
672 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3461 cardStatus.mImsSubscriptionAppIndex = p.readInt();

Completed in 88 milliseconds