Searched refs:mUiccCards (Results 1 – 1 of 1) sorted by relevance
93 private UiccCard[] mUiccCards = new UiccCard[TelephonyManager.getDefault().getPhoneCount()]; field in UiccController155 return mUiccCards[phoneId]; in getUiccCard()165 return mUiccCards.clone(); in getUiccCards()231 if (mUiccCards[index] != null) { in handleMessage()232 mUiccCards[index].dispose(); in handleMessage()234 mUiccCards[index] = null; in handleMessage()273 UiccCard c = mUiccCards[phoneId]; in getUiccCardApplication()275 return mUiccCards[phoneId].getApplication(family); in getUiccCardApplication()296 if (mUiccCards[index] == null) { in onGetIccCardStatusDone()298 mUiccCards[index] = new UiccCard(mContext, mCis[index], status, index); in onGetIccCardStatusDone()[all …]