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.java106 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testCrudAggregationExceptions()
126 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testCrudAggregationExceptions()
140 setAggregationException(AggregationExceptions.TYPE_AUTOMATIC, in testCrudAggregationExceptions()
503 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepIn()
528 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOut()
544 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
546 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
548 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
554 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
556 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
[all …]
DContactAggregator2Test.java106 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testCrudAggregationExceptions()
126 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testCrudAggregationExceptions()
140 setAggregationException(AggregationExceptions.TYPE_AUTOMATIC, in testCrudAggregationExceptions()
519 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepIn()
544 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOut()
560 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
562 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
564 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
570 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
572 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.java1081 setAggregationException( in testContactEntitiesWithIdBasedUri()
1103 setAggregationException( in testContactEntitiesWithLookupUri()
1380 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testPhonesWithMergedContacts()
1400 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhonesWithMergedContacts()
2921 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testUpdateFromMetadataEntry()
4778 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testDisplayNameUpdate()
5235 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testSendToVoicemailAndRingtoneAfterAggregation()
5252 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testDoNotSendToVoicemailAfterAggregation()
5269 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit()
5273 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit()
[all …]
DGroupsTest.java86 setAggregationException( in testGroupSummary()
DContactsActor.java780 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