Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
DRawContactDeltaListTests.java258 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert()
268 return buildOper(uri, type, values.getCompleteValues()); in buildOper()
481 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
538 final ContentValues phoneInsert = phone.getCompleteValues(); in testMergeRawContactLocalUpdateRemoteDelete()
540 .getCompleteValues(); in testMergeRawContactLocalUpdateRemoteDelete()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java71 new ContentValues(getValues().getCompleteValues())); in setValues()
137 mSnapshot.getContentValues().putAll(values.getCompleteValues()); in switchFromFullNameToStructuredName()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDelta.java212 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
287 values.add(entry.getCompleteValues()); in getContentValues()
DValuesDelta.java308 public ContentValues getCompleteValues() { in getCompleteValues() method in ValuesDelta
338 local.mAfter = remote.getCompleteValues(); in mergeAfter()
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java696 public ContentValues getCompleteValues() { in getCompleteValues() method in EntityDelta.ValuesDelta
726 local.mAfter = remote.getCompleteValues(); in mergeAfter()
/packages/apps/Contacts/src/com/android/contacts/detail/
DPhotoSelectionHandler.java215 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()