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.java76 private int mGsmUmtsSubscriptionAppIndex; field in class:UiccCard
138 mGsmUmtsSubscriptionAppIndex = ics.mGsmUmtsSubscriptionAppIndex;
227 mGsmUmtsSubscriptionAppIndex =
228 checkIndex(mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM);
420 index = mGsmUmtsSubscriptionAppIndex;
669 pw.println(" mGsmUmtsSubscriptionAppIndex=" + mGsmUmtsSubscriptionAppIndex);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java3459 cardStatus.mGsmUmtsSubscriptionAppIndex = p.readInt();

Completed in 48 milliseconds