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.java82 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testCrudAggregationExceptions()
102 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testCrudAggregationExceptions()
116 setAggregationException(AggregationExceptions.TYPE_AUTOMATIC, in testCrudAggregationExceptions()
468 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepIn()
493 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOut()
509 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
511 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
513 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
519 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
521 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
[all …]
DContactAggregator2Test.java82 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testCrudAggregationExceptions()
102 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testCrudAggregationExceptions()
116 setAggregationException(AggregationExceptions.TYPE_AUTOMATIC, in testCrudAggregationExceptions()
485 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepIn()
510 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOut()
526 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
528 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
530 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
536 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testAggregationExceptionKeepOutCheckUpdatesDisplayName()
538 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.java1020 setAggregationException( in testContactEntitiesWithIdBasedUri()
1042 setAggregationException( in testContactEntitiesWithLookupUri()
1320 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testPhonesWithMergedContacts()
1340 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhonesWithMergedContacts()
2932 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testUpdateFromMetadataEntry()
4806 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testDisplayNameUpdate()
5252 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testSendToVoicemailAndRingtoneAfterAggregation()
5269 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testDoNotSendToVoicemailAfterAggregation()
5286 setAggregationException(AggregationExceptions.TYPE_KEEP_TOGETHER, in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit()
5290 setAggregationException(AggregationExceptions.TYPE_KEEP_SEPARATE, in testSetSendToVoicemailAndRingtonePreservedAfterJoinAndSplit()
[all …]
DGroupsTest.java86 setAggregationException( in testGroupSummary()
DContactsActor.java702 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() method in ContactsActor
DBaseContactsProvider2Test.java538 protected void setAggregationException(int type, long rawContactId1, long rawContactId2) { in setAggregationException() method in BaseContactsProvider2Test