Home
last modified time | relevance | path

Searched refs:iccRecords (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DIccPhoneBookInterfaceManager.java125 public void updateIccRecords(IccRecords iccRecords) { in updateIccRecords() argument
126 if (iccRecords != null) { in updateIccRecords()
127 mAdnCache = iccRecords.getAdnCache(); in updateIccRecords()
DGsmCdmaPhone.java1654 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local
1656 if (iccRecords != null) { in getSubscriberId()
1657 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
2871 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local
2873 mIccRecords.set(iccRecords); in onUpdateIccAvailability()
2875 mIccPhoneBookIntManager.updateIccRecords(iccRecords); in onUpdateIccAvailability()
2876 if (iccRecords != null) { in onUpdateIccAvailability()
2877 final String simOperatorNumeric = iccRecords.getOperatorNumeric(); in onUpdateIccAvailability()
DServiceStateTracker.java2620 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java174 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local
175 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()
176 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()
192 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local
193 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()
194 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()