Searched refs:allItems (Results 1 – 2 of 2) sorted by relevance
341 ArrayList<Item> allItems = new ArrayList<Item>(); in workerRun() local346 checkImageList(allItems); in workerRun()349 checkBucketIds(allItems); in workerRun()352 checkThumbBitmap(allItems); in workerRun()376 private void checkImageList(ArrayList<Item> allItems) { in checkImageList() argument401 allItems.add(item); in checkImageList()426 private void checkBucketIds(ArrayList<Item> allItems) { in checkBucketIds() argument463 allItems.add(item); in checkBucketIds()500 private void checkThumbBitmap(ArrayList<Item> allItems) { in checkThumbBitmap() argument501 for (Item item : allItems) { in checkThumbBitmap()
1291 final ArrayList<ContentValues> allItems = new ArrayList<ContentValues>(); in migrateLauncher2Shortcuts() local1293 allItems.addAll(folders); in migrateLauncher2Shortcuts()1295 allItems.addAll(shortcuts); in migrateLauncher2Shortcuts()1298 for (ContentValues values: allItems) { in migrateLauncher2Shortcuts()1319 if (allItems.size() > 0) { in migrateLauncher2Shortcuts()1322 for (ContentValues row: allItems) { in migrateLauncher2Shortcuts()