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/
DRawContactEditorView.java228 private ValuesDelta mPhotoValuesDelta; field in RawContactEditorView
312 mPhotoValuesDelta.setFromTemplate(true); in removePhoto()
313 mPhotoValuesDelta.put(Photo.PHOTO, (byte[]) null); in removePhoto()
314 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null); in removePhoto()
327 mPhotoValuesDelta.setFromTemplate(false); in updatePhoto()
331 mPhotoValuesDelta.setSuperPrimary(true); in updatePhoto()
343 mPhotoValuesDelta.setPhoto(bytes); in updatePhoto()
870 mPhotoValuesDelta = superPrimaryDelta; in addPhotoView()