Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DUiccController.java95 private UiccCard[] mUiccCards = new UiccCard[TelephonyManager.getDefault().getPhoneCount()]; field in UiccController
158 return mUiccCards[phoneId]; in getUiccCard()
168 return mUiccCards.clone(); in getUiccCards()
234 if (mUiccCards[index] != null) { in handleMessage()
235 mUiccCards[index].dispose(); in handleMessage()
237 mUiccCards[index] = null; in handleMessage()
276 UiccCard c = mUiccCards[phoneId]; in getUiccCardApplication()
278 return mUiccCards[phoneId].getApplication(family); in getUiccCardApplication()
299 if (mUiccCards[index] == null) { in onGetIccCardStatusDone()
301 mUiccCards[index] = new UiccCard(mContext, mCis[index], status, index); in onGetIccCardStatusDone()
[all …]