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

/packages/apps/Contacts/src/com/android/contacts/
H A DContactPhotoManager.java710 private final Set<Long> mPhotoIds = Sets.newHashSet(); field in class:ContactPhotoManagerImpl.LoaderThread
811 mPhotoIds.clear();
816 while(preloadSize > 0 && mPhotoIds.size() < PRELOAD_BATCH) {
820 mPhotoIds.add(photoId);
865 obtainPhotoIdsAndUrisToLoad(mPhotoIds, mPhotoIdsAsStrings, mPhotoUris);
872 if (mPhotoIds.isEmpty()) {
879 for (Long id : mPhotoIds) {
889 for (int i = 0; i < mPhotoIds.size(); i++) {
911 mPhotoIds.remove(id);
921 for (Long id : mPhotoIds) {
[all...]

Completed in 55 milliseconds