Searched refs:getUiccProfileForPhone (Results 1 – 3 of 3) sorted by relevance
897 doReturn(null).when(mUiccController).getUiccProfileForPhone(anyInt()); in testGetIccCardUnknownAndAbsent()915 doReturn(null).when(mUiccController).getUiccProfileForPhone(anyInt()); in testGetEmptyIccCard()
319 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() method in UiccController
3660 return UiccController.getInstance().getUiccProfileForPhone(mPhoneId); in getUiccProfile()