Searched refs:iccRecords (Results 1 – 4 of 4) sorted by relevance
125 public void updateIccRecords(IccRecords iccRecords) { in updateIccRecords() argument126 if (iccRecords != null) { in updateIccRecords()127 mAdnCache = iccRecords.getAdnCache(); in updateIccRecords()
1654 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local1656 if (iccRecords != null) { in getSubscriberId()1657 subscriberId = iccRecords.getIMSI(); in getSubscriberId()2871 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local2873 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()
2620 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
174 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local175 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()176 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()192 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local193 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()194 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()