Home
last modified time | relevance | path

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

/packages/apps/Dialer/java/com/android/dialer/app/calllog/
DCallLogListItemHelper.java96 views.updatePhoto(); in setPhoneCallDetails()
DCallLogListItemViewHolder.java701 public void updatePhoto() { in updatePhoto() method in CallLogListItemViewHolder
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorActivity.java213 getEditorFragment().updatePhoto(uri); in onPhotoSelected()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1680 public void updatePhoto(Uri uri) throws FileNotFoundException { in updatePhoto() method in ContactEditorFragment
1688 getContent().updatePhoto(uri); in updatePhoto()
DRawContactEditorView.java326 public void updatePhoto(Uri photoUri) { in updatePhoto() method in RawContactEditorView
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java928 return updatePhoto(rawContactId, values); in update()
1112 private int updatePhoto(long rawContactId, ContentValues values) { in updatePhoto() method in LegacyApiSupport
1500 updatePhoto(id, mValues); in delete()