Home
last modified time | relevance | path

Searched refs:mCdmaSubscriptionAppIndex (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DIccCardStatus.java61 public int mCdmaSubscriptionAppIndex; field in IccCardStatus
122 sb.append(",cdma_id=").append(mCdmaSubscriptionAppIndex); in toString()
123 if (mCdmaSubscriptionAppIndex >=0 in toString()
124 && mCdmaSubscriptionAppIndex <CARD_MAX_APPS) { in toString()
125 app = mApplications[mCdmaSubscriptionAppIndex]; in toString()
DUiccCard.java77 private int mCdmaSubscriptionAppIndex; field in UiccCard
139 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex; in update()
229 mCdmaSubscriptionAppIndex = in sanitizeApplicationIndexes()
230 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()
423 index = mCdmaSubscriptionAppIndex; in getApplication()
670 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex); in dump()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3460 cardStatus.mCdmaSubscriptionAppIndex = p.readInt(); in responseIccCardStatus()