Home
last modified time | relevance | path

Searched refs:mCdmaSubscriptionAppIndex (Results 1 – 6 of 6) 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.java79 private int mCdmaSubscriptionAppIndex; field in UiccCard
141 mCdmaSubscriptionAppIndex = ics.mCdmaSubscriptionAppIndex; in update()
231 mCdmaSubscriptionAppIndex = in sanitizeApplicationIndexes()
232 checkIndex(mCdmaSubscriptionAppIndex, AppType.APPTYPE_RUIM, AppType.APPTYPE_CSIM); in sanitizeApplicationIndexes()
516 index = mCdmaSubscriptionAppIndex; in getApplication()
780 pw.println(" mCdmaSubscriptionAppIndex=" + mCdmaSubscriptionAppIndex); in dump()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DIccCardStatusTest.java42 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in setUp()
44 mIccCardStatus.mCdmaSubscriptionAppIndex = -1; in setUp()
DUiccControllerTest.java84 mIccCardStatus.mCdmaSubscriptionAppIndex = in setUp()
145 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in testPowerOffPowerOnWithApp()
DUiccCardTest.java121 mIccCardStatus.mCdmaSubscriptionAppIndex = in setUp()
170 mIccCardStatus.mCdmaSubscriptionAppIndex = 0; in testUpdateUiccCardApplication()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRIL.java3688 cardStatus.mCdmaSubscriptionAppIndex = p.readInt(); in responseIccCardStatus()