Searched refs:uiccSlot (Results 1 – 2 of 2) sorted by relevance
214 UiccSlot uiccSlot = getUiccSlot(slotId); in getUiccCardForSlot() local215 if (uiccSlot != null) { in getUiccCardForSlot()216 return uiccSlot.getUiccCard(); in getUiccCardForSlot()230 UiccSlot uiccSlot = getUiccSlotForPhone(phoneId); in getUiccCardForPhone() local231 if (uiccSlot != null) { in getUiccCardForPhone()232 return uiccSlot.getUiccCard(); in getUiccCardForPhone()416 UiccSlot uiccSlot = getUiccSlotForPhone(phoneId); in handleMessage() local417 if (uiccSlot != null) { in handleMessage()418 uiccSlot.onRadioStateUnavailable(); in handleMessage()
120 UiccSlot uiccSlot = mUiccControllerUT.getUiccSlot(0); in testSanity() local122 assertNotNull(uiccSlot); in testSanity()