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.java1816 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local
1818 if (iccRecords != null) { in getSubscriberId()
1819 subscriberId = iccRecords.getIMSI(); in getSubscriberId()
3201 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local
3203 mIccRecords.set(iccRecords); in onUpdateIccAvailability()
3205 mIccPhoneBookIntManager.updateIccRecords(iccRecords); in onUpdateIccAvailability()
3206 if (iccRecords != null) { in onUpdateIccAvailability()
3207 final String simOperatorNumeric = iccRecords.getOperatorNumeric(); in onUpdateIccAvailability()
DServiceStateTracker.java2730 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DGsmCdmaPhoneTest.java332 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local
333 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()
334 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()
350 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local
351 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()
352 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()