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

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

Completed in 262 milliseconds