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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DIccCardStatus.java64 public int mGsmUmtsSubscriptionAppIndex; field in class:IccCardStatus
126 sb.append(",gsm_id=").append(mGsmUmtsSubscriptionAppIndex);
128 && mGsmUmtsSubscriptionAppIndex >= 0
129 && mGsmUmtsSubscriptionAppIndex < mApplications.length) {
130 app = mApplications[mGsmUmtsSubscriptionAppIndex];
H A DUiccProfile.java96 private int mGsmUmtsSubscriptionAppIndex; field in class:UiccProfile
883 mGsmUmtsSubscriptionAppIndex = ics.mGsmUmtsSubscriptionAppIndex;
954 mGsmUmtsSubscriptionAppIndex =
956 mGsmUmtsSubscriptionAppIndex, AppType.APPTYPE_SIM, AppType.APPTYPE_USIM);
1246 index = mGsmUmtsSubscriptionAppIndex;
1576 pw.println(" mGsmUmtsSubscriptionAppIndex=" + mGsmUmtsSubscriptionAppIndex);

Completed in 214 milliseconds