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.java67 private int mImsSubscriptionAppIndex; field in class:UiccCard
112 mImsSubscriptionAppIndex = ics.mImsSubscriptionAppIndex;
183 mImsSubscriptionAppIndex =
184 checkIndex(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null);
331 index = mImsSubscriptionAppIndex;
373 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex);
374 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex);
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3144 cardStatus.mImsSubscriptionAppIndex = p.readInt();

Completed in 108 milliseconds