HomeSort by relevance Sort by last modified time
    Searched full:mgsmumtssubscriptionappindex (Results 1 - 1 of 1) sorted by null

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardStatus.java 62 private int mGsmUmtsSubscriptionAppIndex;
120 return mGsmUmtsSubscriptionAppIndex;
124 mGsmUmtsSubscriptionAppIndex = gsmUmtsSubscriptionAppIndex;
167 .append(",gsm_id=").append(mGsmUmtsSubscriptionAppIndex);
168 if (mGsmUmtsSubscriptionAppIndex >=0
169 && mGsmUmtsSubscriptionAppIndex <CARD_MAX_APPS) {
170 app = getApplication(mGsmUmtsSubscriptionAppIndex);

Completed in 1573 milliseconds