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