Home
last modified time | relevance | path

Searched refs:getUiccProfileForPhone (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
DPinStorageTest.java321 when(mUiccController.getUiccProfileForPhone(anyInt())).thenReturn(mUiccProfile); in storePin_disabledInResources_containsSimWithPinEnabledAndVerified()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccPhoneBookInterfaceManager.java419 UiccProfile profile = UiccController.getInstance().getUiccProfileForPhone(phoneId); in getAdnRecordsCapacity()
DIccSmsInterfaceManager.java1381 .getUiccProfileForPhone(mPhone.getPhoneId()); in getSmsCapacityOnIcc()
DGsmCdmaPhone.java1970 UiccProfile uiccProfile = mUiccController.getUiccProfileForPhone(getPhoneId()); in setCarrierTestOverride()
4177 return UiccController.getInstance().getUiccProfileForPhone(mPhoneId); in getUiccProfile()
DSubscriptionController.java1910 UiccProfile profile = mUiccController.getUiccProfileForPhone(phoneId); in getServiceProviderName()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java885 UiccProfile profile = UiccController.getInstance().getUiccProfileForPhone(slotId); in verifyPendingPin()
953 UiccProfile profile = UiccController.getInstance().getUiccProfileForPhone(slotId); in isPinState()
DUiccController.java347 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() method in UiccController
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DSubscriptionControllerTest.java369 when(mUiccController.getUiccProfileForPhone(anyInt())).thenReturn(mUiccProfile); in testSetGetDisplayNameSrc_updateNameSourceCarrierWithSpnAndCarrierName()
451 when(mUiccController.getUiccProfileForPhone(anyInt())).thenReturn(mUiccProfile); in testIsExistingNameSourceStillValid_spnIsNotNull_returnTrue()
495 when(mUiccController.getUiccProfileForPhone(anyInt())).thenReturn(mUiccProfile); in testIsExistingNameSourceStillValid_spnIsNullAndCarrierNameIsNotNull_returnTrue()
DGsmCdmaPhoneTest.java1241 doReturn(null).when(mUiccController).getUiccProfileForPhone(anyInt()); in testGetIccCardUnknownAndAbsent()
1259 doReturn(null).when(mUiccController).getUiccProfileForPhone(anyInt()); in testGetEmptyIccCard()