Searched refs:mUiccCards (Results 1 – 1 of 1) sorted by relevance
94 private UiccCard[] mUiccCards = new UiccCard[TelephonyManager.getDefault().getPhoneCount()]; field in UiccController148 return mUiccCards[phoneId]; in getUiccCard()158 return mUiccCards.clone(); in getUiccCards()224 if (mUiccCards[index] != null) { in handleMessage()225 mUiccCards[index].dispose(); in handleMessage()227 mUiccCards[index] = null; in handleMessage()266 UiccCard c = mUiccCards[phoneId]; in getUiccCardApplication()268 return mUiccCards[phoneId].getApplication(family); in getUiccCardApplication()289 if (mUiccCards[index] == null) { in onGetIccCardStatusDone()291 mUiccCards[index] = new UiccCard(mContext, mCis[index], status, index); in onGetIccCardStatusDone()[all …]