Searched refs:mUiccSlots (Results 1 – 2 of 2) sorted by relevance
137 public UiccSlot[] mUiccSlots; field in UiccController227 mUiccSlots = new UiccSlot[numPhysicalSlots]; in UiccController()357 return mUiccSlots; in getUiccSlots()374 return mUiccSlots[slotId]; in getUiccSlot()389 return mUiccSlots[slotId]; in getUiccSlotForPhone()405 for (int idx = 0; idx < mUiccSlots.length; idx++) { in getUiccSlotForCardId()406 if (mUiccSlots[idx] != null) { in getUiccSlotForCardId()407 UiccCard uiccCard = mUiccSlots[idx].getUiccCard(); in getUiccSlotForCardId()414 for (int idx = 0; idx < mUiccSlots.length; idx++) { in getUiccSlotForCardId()415 if (mUiccSlots[idx] != null && cardId.equals(mUiccSlots[idx].getIccId())) { in getUiccSlotForCardId()[all …]
238 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testCardIdFromIccStatus()280 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testCardIdFromSlotStatus()303 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testCardIdForDefaultEuicc()327 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testGetAllUiccCardInfos()364 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testIccidWithTrailingF()401 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testGetAllUiccCardInfosNullCard()435 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testEidNotSupported()472 mUiccControllerUT.mUiccSlots[0] = mMockRemovableEuiccSlot; in testDefaultEuiccIsNotRemovable()475 mUiccControllerUT.mUiccSlots[1] = mMockSlot; in testDefaultEuiccIsNotRemovable()515 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testDefaultEuiccIsNotRemovable_swapSlotOrder()[all …]