Searched refs:buildCPOWrapper (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Contacts/tests/src/com/android/contacts/model/ |
D | RawContactDeltaListTests.java | 240 return buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_ASSERT, values); in buildAssertVersion() 246 return buildCPOWrapper(RawContacts.CONTENT_URI, TYPE_UPDATE, values); in buildAggregationModeUpdate() 262 return buildCPOWrapper(AggregationExceptions.CONTENT_URI, TYPE_UPDATE, values); in buildUpdateAggregationKeepTogether() 272 return buildCPOWrapper(uri, TYPE_DELETE, (ContentValues) null); in buildDelete() 293 static CPOWrapper buildCPOWrapper(Uri uri, int type, ContentValues values) { in buildCPOWrapper() method in RawContactDeltaListTests 401 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert() 409 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteInsert() 426 buildCPOWrapper(Data.CONTENT_URI, TYPE_UPDATE, phone.getAfter()), in testMergeDataLocalUpdateRemoteDelete() 435 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, buildDataInsert(phone, CONTACT_BOB)), in testMergeDataLocalUpdateRemoteDelete() 476 buildCPOWrapper(Data.CONTENT_URI, TYPE_INSERT, in testMergeDataLocalInsertRemoteInsert() [all …]
|
D | RawContactModifierTests.java | 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()
|