Home
last modified time | relevance | path

Searched refs:setPhotoEntry (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DBaseRawContactEditorView.java104 public void setPhotoEntry(Bitmap bitmap) { in setPhotoEntry() method in BaseRawContactEditorView
105 mPhoto.setPhotoEntry(bitmap); in setPhotoEntry()
DContactEditorFragment.java478 requestingEditor.setPhotoEntry(photo); in setPhoto()
628 mEditor.setPhotoEntry(null); in onRemovePictureChosen()
DPhotoEditorView.java174 public void setPhotoEntry(Bitmap photo) { in setPhotoEntry() method in PhotoEditorView