Home
last modified time | relevance | path

Searched refs:setAggregationException (Results 1 – 7 of 7) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java83 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testCrudAggregationExceptions()
103 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testCrudAggregationExceptions()
117 setAggregationException(AggregationExceptions.TYPE_AUTOMATIC, in testCrudAggregationExceptions()
480 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepIn()
505 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOut()
521 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
523 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
525 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
531 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
533 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
[all …]
DContactAggregator2Test.java83 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testCrudAggregationExceptions()
103 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testCrudAggregationExceptions()
117 setAggregationException(AggregationExceptions.TYPE_AUTOMATIC, in testCrudAggregationExceptions()
496 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepIn()
521 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOut()
537 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
539 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
541 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
547 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
549 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactLookupKeyTest.java46 setAggregationException( in testLookupKeyUsingDisplayNameAndNoAccount()
81 setAggregationException( in testLookupKeyUsingSourceIdAndNoAccount()
83 setAggregationException( in testLookupKeyUsingSourceIdAndNoAccount()
137 setAggregationException( in testLookupKeyChoosingLargestContact()
139 setAggregationException( in testLookupKeyChoosingLargestContact()
148 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, rawContactId1, in testLookupKeyChoosingLargestContact()
150 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, rawContactId2, in testLookupKeyChoosingLargestContact()
DContactsProvider2Test.java1045 setAggregationException( in testContactEntitiesWithIdBasedUri()
1067 setAggregationException( in testContactEntitiesWithLookupUri()
1345 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testPhonesWithMergedContacts()
1365 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhonesWithMergedContacts()
2958 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testUpdateFromMetadataEntry()
4874 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testDisplayNameUpdate()
5331 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testSendToVoicemailAndRingtoneAfterAggregation()
5348 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testDoNotSendToVoicemailAfterAggregation()
5365 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit()
5369 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit()
[all …]
DGroupsTest.java86 setAggregationException( in testGroupSummary()
DContactsActor.java717 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() method in ContactsActor
DBaseContactsProvider2Test.java546 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() method in BaseContactsProvider2Test