Searched refs:mContactPhotoUri (Results 1 – 1 of 1) sorted by relevance
76 private final Uri mContactPhotoUri; field in EventLocationAdapter.Result83 this.mContactPhotoUri = contactPhotoUri; in Result()210 imageView.setTag(result.mContactPhotoUri); in getView()211 if (result.mContactPhotoUri != null) { in getView()212 Bitmap cachedPhoto = mPhotoCache.get(result.mContactPhotoUri); in getView()218 asyncLoadPhotoAndUpdateView(result.mContactPhotoUri, imageView); in getView()