Searched defs:photoThumbnailUri (Results 1 - 2 of 2) sorted by relevance

/frameworks/ex/chips/src/com/android/ex/chips/
H A DRecipientEntry.java90 long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel) {
99 mPhotoThumbnailUri = photoThumbnailUri;
147 String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri) {
152 photoThumbnailUri, true);
87 RecipientEntry( int entryType, String displayName, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri, boolean isFirstLevel) argument
145 constructTopLevelEntry( String displayName, int displayNameSource, String destination, int destinationType, String destinationLabel, long contactId, long dataId, Uri photoThumbnailUri) argument
H A DBaseRecipientAdapter.java698 final Uri photoThumbnailUri = entry.getPhotoThumbnailUri();
699 if (photoThumbnailUri != null) {
700 final byte[] photoBytes = mPhotoCacheMap.get(photoThumbnailUri);
709 fetchPhotoAsync(entry, photoThumbnailUri);
714 private void fetchPhotoAsync(final RecipientEntry entry, final Uri photoThumbnailUri) { argument
719 photoThumbnailUri, PhotoQuery.PROJECTION, null, null, null);
729 mPhotoCacheMap.put(photoThumbnailUri, photoBytes);
744 protected void fetchPhoto(final RecipientEntry entry, final Uri photoThumbnailUri) { argument
745 byte[] photoBytes = mPhotoCacheMap.get(photoThumbnailUri);
750 final Cursor photoCursor = mContentResolver.query(photoThumbnailUri, PhotoQuer
[all...]

Completed in 19 milliseconds