Searched refs:mUiccSlots (Results 1 – 2 of 2) sorted by relevance
129 public UiccSlot[] mUiccSlots; field in UiccController208 mUiccSlots = new UiccSlot[numPhysicalSlots]; in UiccController()335 return mUiccSlots; in getUiccSlots()351 return mUiccSlots[slotId]; in getUiccSlot()366 return mUiccSlots[slotId]; in getUiccSlotForPhone()382 for (int idx = 0; idx < mUiccSlots.length; idx++) { in getUiccSlotForCardId()383 if (mUiccSlots[idx] != null) { in getUiccSlotForCardId()384 UiccCard uiccCard = mUiccSlots[idx].getUiccCard(); in getUiccSlotForCardId()391 for (int idx = 0; idx < mUiccSlots.length; idx++) { in getUiccSlotForCardId()392 if (mUiccSlots[idx] != null && cardId.equals(mUiccSlots[idx].getIccId())) { in getUiccSlotForCardId()[all …]
226 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testCardIdFromIccStatus()268 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testCardIdFromSlotStatus()291 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testCardIdForDefaultEuicc()315 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testGetAllUiccCardInfos()352 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testIccidWithTrailingF()389 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testGetAllUiccCardInfosNullCard()423 mUiccControllerUT.mUiccSlots[0] = mMockSlot; in testEidNotSupported()