Searched refs:newIccRecords (Results 1 – 2 of 2) sorted by relevance
227 final IccRecords newIccRecords = UiccController.getInstance().getIccRecords( in handleMessage() local229 if (mIccRecords != newIccRecords) { in handleMessage()235 if (newIccRecords != null) { in handleMessage()237 newIccRecords.registerForRecordsOverride(this, SIM_LOAD_EVENT, null); in handleMessage()238 mIccRecords = newIccRecords; in handleMessage()
3833 IccRecords newIccRecords = getUiccRecords(UiccController.APP_FAM_3GPP); in onUpdateIcc() local3836 if (r != newIccRecords) { in onUpdateIcc()3842 if (newIccRecords != null) { in onUpdateIcc()3845 mIccRecords.set(newIccRecords); in onUpdateIcc()3846 newIccRecords.registerForRecordsLoaded( in onUpdateIcc()