Home
last modified time | relevance | path

Searched refs:newEntries (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DWidgetsDiffReporter.java53 ArrayList<WidgetListRowEntry> newEntries, WidgetListRowEntryComparator comparator) { in process() argument
56 + " 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()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSettings.java323 String[] newEntries = new String[activeValues.length]; in initReminderIntervalList() local
329 newEntries[i] = allEntries[index]; in initReminderIntervalList()
336 mReminderInterval.setEntries(newEntries); in initReminderIntervalList()
/packages/apps/Settings/src/com/android/settings/applications/
DManageApplications.java1215 ArrayList<ApplicationsState.AppEntry> newEntries in applyPrefixFilter() local
1221 newEntries.add(entry); in applyPrefixFilter()
1224 return newEntries; in applyPrefixFilter()