Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java266 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert()
276 return buildOper(uri, type, values.getCompleteValues()); in buildOper()
501 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
558 final ContentValues phoneInsert = phone.getCompleteValues(); in testMergeRawContactLocalUpdateRemoteDelete()
561 .getCompleteValues(); in testMergeRawContactLocalUpdateRemoteDelete()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java77 new ContentValues(getValues().getCompleteValues())); in setValues()
154 getValues().getCompleteValues()); in getDisplayName()
/packages/apps/Contacts/src/com/android/contacts/model/
DValuesDelta.java314 public ContentValues getCompleteValues() { in getCompleteValues() method in ValuesDelta
344 local.mAfter = remote.getCompleteValues(); in mergeAfter()
DRawContactDelta.java211 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
290 values.add(entry.getCompleteValues()); in getContentValues()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java221 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()