Searched refs:newIccRecords (Results 1 – 1 of 1) sorted by relevance
228 final IccRecords newIccRecords = UiccController.getInstance().getIccRecords( in handleMessage() local230 if (mIccRecords != newIccRecords) { in handleMessage()236 if (newIccRecords != null) { in handleMessage()238 newIccRecords.registerForRecordsOverride(this, SIM_LOAD_EVENT, null); in handleMessage()239 mIccRecords = newIccRecords; in handleMessage()