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

  /frameworks/base/telephony/java/com/android/internal/telephony/
IccCardStatus.java 63 private int mCdmaSubscriptionAppIndex;
128 return mCdmaSubscriptionAppIndex;
132 mCdmaSubscriptionAppIndex = cdmaSubscriptionAppIndex;
174 sb.append(",cmda_id=").append(mCdmaSubscriptionAppIndex);
175 if (mCdmaSubscriptionAppIndex >=0
176 && mCdmaSubscriptionAppIndex <CARD_MAX_APPS) {
177 app = getApplication(mCdmaSubscriptionAppIndex);

Completed in 177 milliseconds