Home
last modified time | relevance | path

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

/packages/apps/Contacts/tests/src/com/android/contacts/model/
DRawContactDeltaListTests.java51 public static final int TYPE_INSERT = 1; field in RawContactDeltaListTests
284 case TYPE_INSERT: in buildOper()
295 if (type == TYPE_ASSERT || type == TYPE_INSERT || type == TYPE_UPDATE in buildCPOWrapper()
436 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)), in testMergeDataLocalUpdateRemoteDelete()
477 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testMergeDataLocalInsertRemoteInsert()
486 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testMergeDataLocalInsertRemoteInsert()
507 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert), in testMergeRawContactLocalInsertRemoteInsert()
508 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert), in testMergeRawContactLocalInsertRemoteInsert()
517 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert), in testMergeRawContactLocalInsertRemoteInsert()
518 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert), in testMergeRawContactLocalInsertRemoteInsert()
[all …]
DValuesDeltaTests.java54 : builderWrapper.getType() == CompatUtils.TYPE_INSERT; in testValuesDiffInsert()
DRawContactModifierTests.java60 public static final int TYPE_INSERT = 1; field in RawContactModifierTests
435 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testTrimEmptySpaces()
461 RawContactDeltaListTests.buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testTrimLeaveValid()
470 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()
/packages/providers/MediaProvider/src/com/android/providers/media/
DMediaProvider.java5506 final SQLiteQueryBuilder qb = getQueryBuilder(TYPE_INSERT, match, uri, extras, null);
5763 private static final int TYPE_INSERT = 1;
5814 case TYPE_INSERT: forWrite = true; break;