Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/uicc/
H A DPinStorageTest.java325 when(mUiccController.getUiccProfileForPhone(anyInt())).thenReturn(mUiccProfile); in storePin_disabledInResources_containsSimWithPinEnabledAndVerified()
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
H A DPinStorage.java891 UiccProfile profile = UiccController.getInstance().getUiccProfileForPhone(slotId); in verifyPendingPin()
959 UiccProfile profile = UiccController.getInstance().getUiccProfileForPhone(slotId); in isPinState()
H A DUiccController.java347 public UiccProfile getUiccProfileForPhone(int phoneId) { in getUiccProfileForPhone() method in UiccController
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DIccPhoneBookInterfaceManager.java419 UiccProfile profile = UiccController.getInstance().getUiccProfileForPhone(phoneId); in getAdnRecordsCapacity()
H A DIccSmsInterfaceManager.java1381 .getUiccProfileForPhone(mPhone.getPhoneId()); in getSmsCapacityOnIcc()
H A DGsmCdmaPhone.java1993 UiccProfile uiccProfile = mUiccController.getUiccProfileForPhone(getPhoneId()); in setCarrierTestOverride()
4201 return UiccController.getInstance().getUiccProfileForPhone(mPhoneId); in getUiccProfile()
H A DSubscriptionController.java1930 UiccProfile profile = mUiccController.getUiccProfileForPhone(phoneId); in getServiceProviderName()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A 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()
H A DGsmCdmaPhoneTest.java1245 doReturn(null).when(mUiccController).getUiccProfileForPhone(anyInt()); in testGetIccCardUnknownAndAbsent()
1263 doReturn(null).when(mUiccController).getUiccProfileForPhone(anyInt()); in testGetEmptyIccCard()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DPhoneInterfaceManager.java6837 UiccController.getInstance().getUiccProfileForPhone(phone.getPhoneId()); in getCarrierPrivilegeStatusForUid()
9243 .getUiccProfileForPhone(phone.getPhoneId()); in getCertsFromCarrierPrivilegeAccessRules()