Searched defs:photoUri (Results 1 - 25 of 29) sorted by relevance

12

/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DContactResultViewHolder.java70 if (details.photoUri == null) {
75 Bitmap bitmap = getContactBitmapFromUri(mContext, details.photoUri);
141 public final Uri photoUri; field in class:ContactResultViewHolder.ContactDetails
144 public ContactDetails(String displayName, String photoUri, Uri lookupUri) { argument
146 this.photoUri = photoUri == null ? null : Uri.parse(photoUri);
/packages/apps/Contacts/src/com/android/contacts/util/
H A DContactPhotoUtils.java137 * @param photoUri The uri of the file to save the image to.
139 public static void addPhotoPickerExtras(Intent intent, Uri photoUri) { argument
140 intent.putExtra(MediaStore.EXTRA_OUTPUT, photoUri);
143 intent.setClipData(ClipData.newRawUri(MediaStore.EXTRA_OUTPUT, photoUri));
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockContactPhotoManager.java38 public void loadPhoto(ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, argument
66 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { argument
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactEntry.java41 public Uri photoUri; field in class:ContactEntry
/packages/apps/Dialer/java/com/android/dialer/phonenumbercache/
H A DContactInfo.java57 public Uri photoUri; field in class:ContactInfo
123 if (!UriUtils.areEqual(photoUri, other.photoUri)) {
168 + ", photoUri="
169 + photoUri
/packages/apps/Messaging/src/com/android/messaging/ui/photoviewer/
H A DBuglePhotoBitmapLoader.java45 public BuglePhotoBitmapLoader(Context context, String photoUri) { argument
47 mPhotoUri = photoUri;
51 public void setPhotoUri(String photoUri) { argument
52 mPhotoUri = photoUri;
/packages/apps/TV/src/com/android/tv/dvr/data/
H A DSeriesInfo.java32 int[] canonicalGenreIds, String posterUri, String photoUri) {
39 this.mPhotoUri = photoUri;
31 SeriesInfo(String id, String title, String description, String longDescription, int[] canonicalGenreIds, String posterUri, String photoUri) argument
H A DSeriesRecording.java402 public Builder setPhotoUri(String photoUri) { argument
403 mPhotoUri = photoUri;
643 ", photoUri=" + mPhotoUri +
651 String posterUri, String photoUri, int state) {
665 this.mPhotoUri = photoUri;
648 SeriesRecording(long id, long priority, String title, String description, String longDescription, String inputId, long channelId, String seriesId, int startFromSeason, int startFromEpisode, int channelOption, int[] canonicalGenreIds, String posterUri, String photoUri, int state) argument
/packages/apps/Calendar/src/com/android/calendar/
H A DContactsAsyncHelper.java191 AttendeeItem item, Runnable run, Uri photoUri) {
195 if (photoUri == null) {
206 args.uri = photoUri;
190 retrieveContactPhotoAsync(Context context, AttendeeItem item, Runnable run, Uri photoUri) argument
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorUiUtils.java240 Uri photoUri) {
249 contactPhotoManager.loadPhoto(imageView, photoUri, imageView.getWidth(),
239 loadPhoto(ContactPhotoManager contactPhotoManager, ImageView imageView, Uri photoUri) argument
H A DPhotoEditorView.java128 final Uri photoUri = ContactsContract.DisplayPhoto.CONTENT_URI.buildUpon()
130 setFullSizedPhoto(photoUri);
200 public void setFullSizedPhoto(Uri photoUri) { argument
202 mPhotoImageView, photoUri);
H A DRawContactEditorView.java322 public void setFullSizePhoto(Uri photoUri) { argument
323 mPhotoView.setFullSizedPhoto(photoUri);
326 public void updatePhoto(Uri photoUri) { argument
341 getContext(), photoUri);
349 mPhotoView.setFullSizedPhoto(photoUri);
/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
H A DAttachmentGridView.java41 void displayPhoto(final Rect viewRect, final Uri photoUri); argument
H A DAttachmentChooserFragment.java137 public void displayPhoto(final Rect viewRect, final Uri photoUri) { argument
141 getActivity(), photoUri, viewRect, imagesUri);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DPhotoSelectionHandler.java238 protected abstract void startPhotoActivity(Intent intent, int requestCode, Uri photoUri); argument
270 private void startTakePhotoActivity(Uri photoUri) { argument
271 final Intent intent = getTakePhotoIntent(photoUri);
272 startPhotoActivity(intent, REQUEST_CODE_CAMERA_WITH_DATA, photoUri);
281 private void startPickFromGalleryActivity(Uri photoUri) { argument
282 final Intent intent = getPhotoPickIntent(photoUri);
283 startPhotoActivity(intent, REQUEST_CODE_PHOTO_PICKED_WITH_DATA, photoUri);
/packages/apps/Dialer/java/com/android/dialer/calllogutils/
H A DPhoneCallDetails.java82 public Uri photoUri; field in class:PhoneCallDetails
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DGlobalSearchSupport.java73 String photoUri; field in class:GlobalSearchSupport.SearchSuggestion
88 if (photoUri != null) {
89 icon1 = photoUri.toString();
151 photoUri = null;
261 suggestion.photoUri = c.getString(2);
/packages/apps/Contacts/src/com/android/contacts/dialog/
H A DCallSubjectDialog.java213 null /* photoUri */,
228 * @param photoUri The photo Uri (used to populate contact photo).
237 public static void start(Activity activity, long photoId, Uri photoUri, Uri contactUri, argument
242 arguments.putParcelable(ARG_PHOTO_URI, photoUri);
385 * @param photoUri
390 private void setPhoto(long photoId, Uri photoUri, Uri contactUri, String displayName, argument
413 if (photoId == 0 && photoUri != null) {
414 ContactPhotoManager.getInstance(this).loadPhoto(mContactPhoto, photoUri,
/packages/apps/Dialer/java/com/android/contacts/common/
H A DContactPhotoManager.java116 * @param photoUri The photo URI to remove the contact type from.
119 public static Uri removeContactType(Uri photoUri) { argument
120 String encodedFragment = photoUri.getEncodedFragment();
122 Builder builder = photoUri.buildUpon();
126 return photoUri;
132 * @param photoUri The URI to inspect.
135 public static boolean isBusinessContactUri(Uri photoUri) { argument
136 if (photoUri == null) {
140 String encodedFragment = photoUri.getEncodedFragment();
235 Uri photoUri,
231 loadDialerThumbnailOrPhoto( QuickContactBadge badge, Uri contactUri, long photoId, Uri photoUri, String displayName, int contactType) argument
272 loadPhoto( ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, boolean isCircular, DefaultImageRequest defaultImageRequest, DefaultImageProvider defaultProvider) argument
289 loadPhoto( ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, boolean isCircular, DefaultImageRequest defaultImageRequest) argument
314 loadDirectoryPhoto( ImageView view, Uri photoUri, boolean darkTheme, boolean isCircular, DefaultImageRequest defaultImageRequest) argument
[all...]
H A DContactPhotoManagerImpl.java407 Uri photoUri,
413 if (photoUri == null) {
419 LogUtil.d("ContactPhotoManagerImpl.loadPhoto", "loadPhoto request: " + photoUri);
421 if (isDefaultImageUri(photoUri)) {
423 view, photoUri, requestedExtent, darkTheme, isCircular, defaultProvider);
428 photoUri, requestedExtent, darkTheme, isCircular, defaultProvider));
405 loadPhoto( ImageView view, Uri photoUri, int requestedExtent, boolean darkTheme, boolean isCircular, DefaultImageRequest defaultImageRequest, DefaultImageProvider defaultProvider) argument
/packages/apps/Dialer/java/com/android/contacts/common/dialog/
H A DCallSubjectDialog.java195 null /* photoUri */,
221 Uri photoUri,
231 arguments.putParcelable(ARG_PHOTO_URI, photoUri);
218 start( Activity activity, long photoId, Uri photoUri, Uri contactUri, String nameOrNumber, String number, String displayNumber, String numberLabel, int contactType, PhoneAccountHandle phoneAccountHandle) argument
/packages/apps/Dialer/java/com/android/incallui/
H A DConferenceParticipantListAdapter.java280 * @param photoUri The URI of the contact photo.
291 Uri photoUri,
318 (photoUri != null)
322 mContactPhotoManager.loadDirectoryPhoto(photoView, photoUri, false, true, imageRequest);
284 setCallerInfoForRow( View view, String callerName, String preferredName, String callerNumber, String callerNumberType, String lookupKey, Uri photoUri, boolean thisRowCanSeparate, boolean thisRowCanDisconnect) argument
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorActivity.java250 protected void startPhotoActivity(Intent intent, int requestCode, Uri photoUri) { argument
251 mPhotoUri = photoUri;
/packages/apps/Dialer/java/com/android/contacts/common/model/
H A DContact.java120 String photoUri,
141 mPhotoUri = photoUri;
110 Contact( Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, long id, long nameRawContactId, int displayNameSource, long photoId, String photoUri, String displayName, String altDisplayName, String phoneticName, boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, boolean isUserProfile) argument
/packages/apps/Contacts/src/com/android/contacts/model/
H A DContact.java143 String photoUri, String displayName, String altDisplayName, String phoneticName,
159 mPhotoUri = photoUri;
141 Contact(Uri requestedUri, Uri uri, Uri lookupUri, long directoryId, String lookupKey, long id, long nameRawContactId, int displayNameSource, long photoId, String photoUri, String displayName, String altDisplayName, String phoneticName, boolean starred, Integer presence, boolean sendToVoicemail, String customRingtone, boolean isUserProfile) argument

Completed in 1668 milliseconds

12