Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java48 public static final int TYPE_INSERT = 1; field in RawContactDeltaListTests
272 case TYPE_INSERT: in buildOper()
283 if (type == TYPE_ASSERT || type == TYPE_INSERT || type == TYPE_UPDATE in buildCPOWrapper()
424 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)), in testMergeDataLocalUpdateRemoteDelete()
465 … buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bluePhone, CONTACT_BOB)), in testMergeDataLocalInsertRemoteInsert()
473 … buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(bluePhone, CONTACT_BOB)), in testMergeDataLocalInsertRemoteInsert()
492 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert), in testMergeRawContactLocalInsertRemoteInsert()
493 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert), in testMergeRawContactLocalInsertRemoteInsert()
502 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert), in testMergeRawContactLocalInsertRemoteInsert()
503 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert), in testMergeRawContactLocalInsertRemoteInsert()
[all …]
DValuesDeltaTests.java53 : builderWrapper.getType() == CompatUtils.TYPE_INSERT; in testValuesDiffInsert()
DRawContactModifierTests.java59 public static final int TYPE_INSERT = 1; field in RawContactModifierTests
434 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testTrimEmptySpaces()
460 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testTrimLeaveValid()
469 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testTrimLeaveValid()
/packages/apps/Contacts/src/com/android/contacts/compat/
DCompatUtils.java35 public final static int TYPE_INSERT = 1; field in CompatUtils
50 return (cpoWrapper.getType() == TYPE_INSERT); in isInsertCompat()
/packages/apps/Contacts/src/com/android/contacts/model/
DValuesDelta.java426 bw = new BuilderWrapper(builder, CompatUtils.TYPE_INSERT); in buildDiffWrapper()