Searched refs:newEntries (Results 1 – 3 of 3) sorted by relevance
53 ArrayList<WidgetListRowEntry> newEntries, WidgetListRowEntryComparator comparator) { in process() argument56 + " newEntries#=" + newEntries.size()); in process()58 if (currentEntries.size() == 0 && newEntries.size() > 0) { in process()59 currentEntries.addAll(newEntries); in process()66 Iterator<WidgetListRowEntry> newIter = newEntries.iterator(); in process()
323 String[] newEntries = new String[activeValues.length]; in initReminderIntervalList() local329 newEntries[i] = allEntries[index]; in initReminderIntervalList()336 mReminderInterval.setEntries(newEntries); in initReminderIntervalList()
1215 ArrayList<ApplicationsState.AppEntry> newEntries in applyPrefixFilter() local1221 newEntries.add(entry); in applyPrefixFilter()1224 return newEntries; in applyPrefixFilter()