Home | History | Annotate | Download | only in launcher3

Lines Matching defs:allItems

1711                         final ArrayList<ContentValues> allItems = new ArrayList<ContentValues>();
1713 allItems.addAll(folders);
1715 allItems.addAll(shortcuts);
1718 for (ContentValues values: allItems) {
1739 if (allItems.size() > 0) {
1742 for (ContentValues row: allItems) {