Home | History | Annotate | Download | only in launcher3

Lines Matching defs:allItems

1561                         final ArrayList<ContentValues> allItems = new ArrayList<ContentValues>();
1563 allItems.addAll(folders);
1565 allItems.addAll(shortcuts);
1568 for (ContentValues values: allItems) {
1589 if (allItems.size() > 0) {
1592 for (ContentValues row: allItems) {