Home
last modified time | relevance | path

Searched refs:updatePhoto (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactContactEditorFragment.java183 public void updatePhoto(Uri uri) throws FileNotFoundException { in updatePhoto() method in CompactContactEditorFragment
191 getContent().updatePhoto(uri); in updatePhoto()
DCompactRawContactsEditorView.java464 public void updatePhoto(Uri photoUri) { in updatePhoto() method in CompactRawContactsEditorView
/packages/apps/Contacts/src/com/android/contacts/activities/
DCompactContactEditorActivity.java70 getEditorFragment().updatePhoto(uri); in onPhotoSelected()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java957 return updatePhoto(rawContactId, values); in update()
1175 private int updatePhoto(long rawContactId, ContentValues values) { in updatePhoto() method in LegacyApiSupport
1561 updatePhoto(id, mValues); in delete()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallLogAdapter.java605 views.updatePhoto(); in bindCallLogListViewHolder()
DCallLogListItemViewHolder.java637 public void updatePhoto() { in updatePhoto() method in CallLogListItemViewHolder