Searched refs:TYPE_INSERT (Results 1 - 5 of 5) sorted by relevance

/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
H A DRawContactDeltaListTests.java57 public static final int TYPE_INSERT = 1; field in class:RawContactDeltaListTests
227 return "TYPE_INSERT";
281 case TYPE_INSERT:
292 if (type == TYPE_ASSERT || type == TYPE_INSERT || type == TYPE_UPDATE
433 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)),
474 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bluePhone, CONTACT_BOB)),
482 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bluePhone, CONTACT_BOB)),
501 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert),
502 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert),
511 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInser
[all...]
H A DRawContactModifierTests.java67 public static final int TYPE_INSERT = 1; field in class:RawContactModifierTests
442 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT,
468 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT,
477 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT,
/packages/apps/ContactsCommon/src/com/android/contacts/common/compat/
H A DCompatUtils.java35 public final static int TYPE_INSERT = 1; field in class:CompatUtils
44 * Returns whether the operation in CPOWrapper is of TYPE_INSERT;
50 return (cpoWrapper.getType() == TYPE_INSERT);
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/
H A DValuesDeltaTests.java54 : builderWrapper.getType() == CompatUtils.TYPE_INSERT;
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
H A DValuesDelta.java424 bw = new BuilderWrapper(builder, CompatUtils.TYPE_INSERT);

Completed in 118 milliseconds