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.java137 public void updateIccRecords(IccRecords iccRecords) { in updateIccRecords() argument
138 if (iccRecords != null) { in updateIccRecords()
139 mAdnCache = iccRecords.getAdnCache(); in updateIccRecords()
DGsmCdmaPhone.java1885 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local
1887 if (iccRecords != null) { in getSubscriberId()
1888 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
3352 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local
3354 mIccRecords.set(iccRecords); in onUpdateIccAvailability()
3356 mIccPhoneBookIntManager.updateIccRecords(iccRecords); in onUpdateIccAvailability()
3357 if (iccRecords != null) { in onUpdateIccAvailability()
3358 final String simOperatorNumeric = iccRecords.getOperatorNumeric(); in onUpdateIccAvailability()
DServiceStateTracker.java3004 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java336 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local
337 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()
338 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()
354 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local
355 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()
356 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()