Searched refs:getUiccCardForPhone (Results 1 – 6 of 6) sorted by relevance
202 return getUiccCardForPhone(phoneId); in getUiccCard()227 public UiccCard getUiccCardForPhone(int phoneId) { in getUiccCardForPhone() method in UiccController247 UiccCard uiccCard = getUiccCardForPhone(phoneId); in getUiccProfileForPhone()458 UiccCard uiccCard = getUiccCardForPhone(phoneId); in getUiccCardApplication()637 UiccCard uiccCard = getUiccCardForPhone(index); in onSimRefresh()
71 UiccCard uiccCard = mUiccController.getUiccCardForPhone(i); in handleMessage()
105 when(UiccController.getInstance().getUiccCardForPhone(0)).thenReturn(card); in testProvisioningPackageSet()
125 assertEquals(uiccCard, mUiccControllerUT.getUiccCardForPhone(0)); in testSanity()
946 UiccCard card = UiccController.getInstance().getUiccCardForPhone(slotIndex);1089 UiccCard card = UiccController.getInstance().getUiccCardForPhone(slotIndex);
41769 HSPLcom/android/internal/telephony/uicc/UiccController;->getUiccCardForPhone(I)Lcom/android/interna…