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.java232 private ValuesDelta mPhotoValuesDelta; field in RawContactEditorView
322 mPhotoValuesDelta.setFromTemplate(true); in removePhoto()
323 mPhotoValuesDelta.put(Photo.PHOTO, (byte[]) null); in removePhoto()
324 mPhotoValuesDelta.put(Photo.PHOTO_FILE_ID, (String) null); in removePhoto()
337 mPhotoValuesDelta.setFromTemplate(false); in updatePhoto()
341 mPhotoValuesDelta.setSuperPrimary(true); in updatePhoto()
353 mPhotoValuesDelta.setPhoto(bytes); in updatePhoto()
882 mPhotoValuesDelta = superPrimaryDelta; in addPhotoView()