Searched refs:historyEntries (Results 1 – 1 of 1) sorted by relevance
907 final List<Entry> historyEntries = history.getEntries(); in addEntry() local910 final int size = historyEntries.size() + ((existing != null) ? existing.size() : 0); in addEntry()923 for (Entry entry : historyEntries) { in addEntry()