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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java60 public int mGsmUmtsSubscriptionAppIndex; field in class:IccCardStatus
115 .append(",gsm_id=").append(mGsmUmtsSubscriptionAppIndex);
116 if (mGsmUmtsSubscriptionAppIndex >=0
117 && mGsmUmtsSubscriptionAppIndex <CARD_MAX_APPS) {
118 app = mApplications[mGsmUmtsSubscriptionAppIndex];
H A DUiccCard.java65 private int mGsmUmtsSubscriptionAppIndex; field in class:UiccCard
110 mGsmUmtsSubscriptionAppIndex = ics.mGsmUmtsSubscriptionAppIndex;
179 mGsmUmtsSubscriptionAppIndex =
180 checkIndex(mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM);
325 index = mGsmUmtsSubscriptionAppIndex;
371 pw.println(" mGsmUmtsSubscriptionAppIndex=" + mGsmUmtsSubscriptionAppIndex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3142 cardStatus.mGsmUmtsSubscriptionAppIndex = p.readInt();

Completed in 171 milliseconds