Searched refs:mUiccSlots (Results 1 – 2 of 2) sorted by relevance
137 public UiccSlot[] mUiccSlots; field in UiccController227 mUiccSlots = new UiccSlot[numPhysicalSlots]; in UiccController()361 return mUiccSlots; in getUiccSlots()378 return mUiccSlots[slotId]; in getUiccSlot()393 return mUiccSlots[slotId]; in getUiccSlotForPhone()409 for (int idx = 0; idx < mUiccSlots.length; idx++) { in getUiccSlotForCardId()410 if (mUiccSlots[idx] != null) { in getUiccSlotForCardId()411 UiccCard uiccCard = mUiccSlots[idx].getUiccCard(); in getUiccSlotForCardId()418 for (int idx = 0; idx < mUiccSlots.length; idx++) { in getUiccSlotForCardId()419 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 …]