Searched refs:mUiccCards (Results 1 – 1 of 1) sorted by relevance
92 private UiccCard[] mUiccCards = new UiccCard[TelephonyManager.getDefault().getPhoneCount()]; field in UiccController142 return mUiccCards[phoneId]; in getUiccCard()152 return mUiccCards.clone(); in getUiccCards()218 if (mUiccCards[index] != null) { in handleMessage()219 mUiccCards[index].dispose(); in handleMessage()221 mUiccCards[index] = null; in handleMessage()260 UiccCard c = mUiccCards[phoneId]; in getUiccCardApplication()262 return mUiccCards[phoneId].getApplication(family); in getUiccCardApplication()283 if (mUiccCards[index] == null) { in onGetIccCardStatusDone()285 mUiccCards[index] = new UiccCard(mContext, mCis[index], status, index); in onGetIccCardStatusDone()[all …]