Searched refs:TYPE_INSERT (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 50 public static final int TYPE_INSERT = 1; field in RawContactDeltaListTests 283 case TYPE_INSERT: in buildOper() 294 if (type == TYPE_ASSERT || type == TYPE_INSERT || type == TYPE_UPDATE in buildCPOWrapper() 435 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)), in testMergeDataLocalUpdateRemoteDelete() 476 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testMergeDataLocalInsertRemoteInsert() 485 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testMergeDataLocalInsertRemoteInsert() 506 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert), in testMergeRawContactLocalInsertRemoteInsert() 507 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert), in testMergeRawContactLocalInsertRemoteInsert() 516 buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_INSERT, joeContactInsert), in testMergeRawContactLocalInsertRemoteInsert() 517 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, joePhoneInsert), in testMergeRawContactLocalInsertRemoteInsert() [all …]
|
D | ValuesDeltaTests.java | 53 : builderWrapper.getType() == CompatUtils.TYPE_INSERT; in testValuesDiffInsert()
|
D | RawContactModifierTests.java | 59 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/ |
D | CompatUtils.java | 35 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/ |
D | ValuesDelta.java | 426 bw = new BuilderWrapper(builder, CompatUtils.TYPE_INSERT); in buildDiffWrapper()
|
/packages/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 4237 final SQLiteQueryBuilder qb = getQueryBuilder(TYPE_INSERT, match, uri, extras, null); in insertInternal() 4500 private static final int TYPE_INSERT = 1; 4551 case TYPE_INSERT: forWrite = true; break; in getQueryBuilderInternal()
|