Home | History | Annotate | Download | only in chips

Lines Matching refs:entry2

289      * contains more complete information for display purposes. Defaults to <code>entry2</code> if
293 final RecipientEntry entry2) {
295 if (entry2 == null) {
300 return entry2;
305 && TextUtils.isEmpty(entry2.getDisplayName())) {
309 if (!TextUtils.isEmpty(entry2.getDisplayName())
311 return entry2;
316 && TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())) {
320 if (!TextUtils.equals(entry2.getDisplayName(), entry2.getDestination())
322 return entry2;
327 && (entry2.getPhotoThumbnailUri() == null && entry2.getPhotoBytes() == null)) {
331 if ((entry2.getPhotoThumbnailUri() != null || entry2.getPhotoBytes() != null)
333 return entry2;
337 return entry2;