Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DCompactRawContactsEditorView.java356 private ValuesDelta mPhotoValuesDelta; field in CompactRawContactsEditorView
451 mPhotoValuesDelta.setFromTemplate(true); in removePhoto()
452 mPhotoValuesDelta.put(Photo.PHOTO, (byte[]) null); in removePhoto()
465 mPhotoValuesDelta.setFromTemplate(false); in updatePhoto()
469 mPhotoValuesDelta.setSuperPrimary(true); in updatePhoto()
481 mPhotoValuesDelta.setPhoto(bytes); in updatePhoto()
960 mPhotoValuesDelta = photoToWrite.second; in addPhotoView()