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.java1826 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local
1828 if (iccRecords != null) { in getSubscriberId()
1829 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
3175 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local
3177 mIccRecords.set(iccRecords); in onUpdateIccAvailability()
3179 mIccPhoneBookIntManager.updateIccRecords(iccRecords); in onUpdateIccAvailability()
3180 if (iccRecords != null) { in onUpdateIccAvailability()
3181 final String simOperatorNumeric = iccRecords.getOperatorNumeric(); in onUpdateIccAvailability()
DServiceStateTracker.java2719 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java328 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local
329 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()
330 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()
346 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local
347 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()
348 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()