Home
last modified time | relevance | path

Searched refs:mPhotoIds (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
DContactPhotoManager.java1307 private final Set<Long> mPhotoIds = Sets.newHashSet(); field in ContactPhotoManagerImpl.LoaderThread
1408 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()