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()
1826 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local1828 if (iccRecords != null) { in getSubscriberId()1829 subscriberId = iccRecords.getIMSI(); in getSubscriberId()3175 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local3177 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()
2719 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
328 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local329 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()330 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()346 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local347 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()348 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()