Searched refs:mPhotoIds (Results 1 – 1 of 1) sorted by relevance
1307 private final Set<Long> mPhotoIds = Sets.newHashSet(); field in ContactPhotoManagerImpl.LoaderThread1408 mPhotoIds.clear(); in preloadPhotosInBackground()1413 while(preloadSize > 0 && mPhotoIds.size() < PRELOAD_BATCH) { in preloadPhotosInBackground()1417 mPhotoIds.add(photoId); in preloadPhotosInBackground()1468 obtainPhotoIdsAndUrisToLoad(mPhotoIds, mPhotoIdsAsStrings, mPhotoUris); in loadPhotosInBackground()1476 if (mPhotoIds.isEmpty()) { in loadThumbnails()1483 for (Long id : mPhotoIds) { in loadThumbnails()1493 for (int i = 0; i < mPhotoIds.size(); i++) { in loadThumbnails()1518 mPhotoIds.remove(id); in loadThumbnails()1528 for (Long id : mPhotoIds) { in loadThumbnails()