Searched refs:uiccSlot (Results 1 – 3 of 3) sorted by relevance
289 UiccSlot uiccSlot = getUiccSlot(slotId); in getUiccCardForSlot() local290 if (uiccSlot != null) { in getUiccCardForSlot()291 return uiccSlot.getUiccCard(); in getUiccCardForSlot()305 UiccSlot uiccSlot = getUiccSlotForPhone(phoneId); in getUiccCardForPhone() local306 if (uiccSlot != null) { in getUiccCardForPhone()307 return uiccSlot.getUiccCard(); in getUiccCardForPhone()494 UiccSlot uiccSlot = getUiccSlotForPhone(phoneId); in handleMessage() local495 if (uiccSlot != null) { in handleMessage()496 uiccSlot.onRadioStateUnavailable(); in handleMessage()
137 UiccSlot uiccSlot = mUiccControllerUT.getUiccSlot(0); in testSanity() local139 assertNotNull(uiccSlot); in testSanity()
664 for (UiccSlot uiccSlot : uiccSlots) { in updateSubscriptionInfoByIccId()665 if (uiccSlot != null && uiccSlot.getUiccCard() != null) { in updateSubscriptionInfoByIccId()667 uiccSlot.getUiccCard().getCardId()); in updateSubscriptionInfoByIccId()