Searched refs:mPhotoValuesDelta (Results 1 – 1 of 1) sorted by relevance
228 private ValuesDelta mPhotoValuesDelta; field in RawContactEditorView312 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()