Searched refs:TYPE_INSERT (Results 1 - 5 of 5) sorted by relevance
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/ |
H A D | RawContactDeltaListTests.java | 57 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 D | RawContactModifierTests.java | 67 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 D | CompatUtils.java | 35 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 D | ValuesDeltaTests.java | 54 : builderWrapper.getType() == CompatUtils.TYPE_INSERT;
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/ |
H A D | ValuesDelta.java | 424 bw = new BuilderWrapper(builder, CompatUtils.TYPE_INSERT);
|
Completed in 118 milliseconds