Searched refs:mPhotoIdsAsStrings (Results 1 – 1 of 1) sorted by relevance
1308 private final Set<String> mPhotoIdsAsStrings = Sets.newHashSet(); field in ContactPhotoManagerImpl.LoaderThread1409 mPhotoIdsAsStrings.clear(); in preloadPhotosInBackground()1418 mPhotoIdsAsStrings.add(photoId.toString()); in preloadPhotosInBackground()1468 obtainPhotoIdsAndUrisToLoad(mPhotoIds, mPhotoIdsAsStrings, mPhotoUris); in loadPhotosInBackground()1503 if (DEBUG) Log.d(TAG, "Loading " + TextUtils.join(",", mPhotoIdsAsStrings)); in loadThumbnails()1507 mPhotoIdsAsStrings.toArray(EMPTY_STRING_ARRAY), in loadThumbnails()