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.java264 final ContentValues insertValues = values.getCompleteValues(); in buildDataInsert()
274 return buildOper(uri, type, values.getCompleteValues()); in buildOper()
496 final ContentValues joeContactInsert = joeContact.getValues().getCompleteValues(); in testMergeRawContactLocalInsertRemoteInsert()
553 final ContentValues phoneInsert = phone.getCompleteValues(); in testMergeRawContactLocalUpdateRemoteDelete()
555 .getCompleteValues(); in testMergeRawContactLocalUpdateRemoteDelete()
/packages/apps/Contacts/src/com/android/contacts/editor/
DStructuredNameEditorView.java76 new ContentValues(getValues().getCompleteValues())); in setValues()
154 mSnapshot.getContentValues().putAll(values.getCompleteValues()); in switchFromFullNameToStructuredName()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DValuesDelta.java312 public ContentValues getCompleteValues() { in getCompleteValues() method in ValuesDelta
342 local.mAfter = remote.getCompleteValues(); in mergeAfter()
DRawContactDelta.java215 ContentValues entityValues = getValues().getCompleteValues(); in getRawContactAccountType()
290 values.add(entry.getCompleteValues()); in getContentValues()
/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.java220 final ContentValues entityValues = delta.getValues().getCompleteValues(); in getDeltaForAttachingPhotoToContact()