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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java66 public int mImsSubscriptionAppIndex; field in class:IccCardStatus
142 sb.append(",ims_id=").append(mImsSubscriptionAppIndex);
144 && mImsSubscriptionAppIndex >= 0
145 && mImsSubscriptionAppIndex < mApplications.length) {
146 app = mApplications[mImsSubscriptionAppIndex];
H A DUiccProfile.java98 private int mImsSubscriptionAppIndex; field in class:UiccProfile
885 mImsSubscriptionAppIndex = ics.mImsSubscriptionAppIndex;
960 mImsSubscriptionAppIndex =
961 checkIndexLocked(mImsSubscriptionAppIndex, AppType.APPTYPE_ISIM, null);
1252 index = mImsSubscriptionAppIndex;
1578 pw.println(" mImsSubscriptionAppIndex=" + mImsSubscriptionAppIndex);

Completed in 385 milliseconds