Searched refs:iccRecords (Results 1 – 4 of 4) sorted by relevance
137 public void updateIccRecords(IccRecords iccRecords) { in updateIccRecords() argument138 if (iccRecords != null) { in updateIccRecords()139 mAdnCache = iccRecords.getAdnCache(); in updateIccRecords()
1885 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local1887 if (iccRecords != null) { in getSubscriberId()1888 subscriberId = iccRecords.getIMSI(); in getSubscriberId()3352 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local3354 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()
3004 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
336 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local337 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()338 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()354 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local355 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()356 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()