Home | History | Annotate | Download | only in launcher3

Lines Matching refs:allItems

1335                         final ArrayList<ContentValues> allItems = new ArrayList<ContentValues>();
1337 allItems.addAll(folders);
1339 allItems.addAll(shortcuts);
1342 for (ContentValues values: allItems) {
1363 if (allItems.size() > 0) {
1366 for (ContentValues row: allItems) {