Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_IsSuperPrimaryName.java95 setAggregationException(rawContact1.getId(), rawContact2.getId()); in testInner_displayNameFromIsSuperPrimary()
156 setAggregationException(rawContact1.getId(), rawContact2.getId()); in testIsSuperPrimaryName_mergeBothSuperPrimary()
170 private void setAggregationException(long rawContactId1, long rawContactId2) { in setAggregationException() method in ContactsContract_IsSuperPrimaryName
DContactsContract_StructuredPhoneticName.java104 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhoneticStructuredName_phoneticPriority1()
141 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhoneticStructuredName_phoneticPriority2()
DContactsContract_PinnedPositionsTest.java159 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPinnedPositionsAfterJoinAndSplit()
184 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPinnedPositionsAfterJoinAndSplit()
203 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_SEPARATE, in testPinnedPositionsAfterJoinAndSplit()
240 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPinnedPositionsAfterJoinAndSplit()
DContactUtil.java126 public static void setAggregationException(ContentResolver resolver, int type, in setAggregationException() method in ContactUtil