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()
1816 IccRecords iccRecords = mUiccController.getIccRecords( in getSubscriberId() local1818 if (iccRecords != null) { in getSubscriberId()1819 subscriberId = iccRecords.getIMSI(); in getSubscriberId()3201 final IccRecords iccRecords = newUiccApplication.getIccRecords(); in onUpdateIccAvailability() local3203 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()
2730 IccRecords iccRecords = mIccRecords; in updateSpnDisplayLegacy() local
332 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForGsmPhone() local333 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForGsmPhone()334 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForGsmPhone()350 IccRecords iccRecords = Mockito.mock(IccRecords.class); in testGetSubscriberIdForCdmaLtePhone() local351 doReturn(subscriberId).when(iccRecords).getIMSI(); in testGetSubscriberIdForCdmaLtePhone()352 doReturn(iccRecords).when(mUiccController) in testGetSubscriberIdForCdmaLtePhone()