Searched refs:setAggregationException (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/provider/src/android/provider/cts/ |
D | ContactsContract_IsSuperPrimaryName.java | 95 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
|
D | ContactsContract_StructuredPhoneticName.java | 105 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhoneticStructuredName_phoneticPriority1() 142 ContactUtil.setAggregationException(mResolver, AggregationExceptions.TYPE_KEEP_TOGETHER, in testPhoneticStructuredName_phoneticPriority2()
|
D | ContactsContract_PinnedPositionsTest.java | 159 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()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | ContactUtil.java | 126 public static void setAggregationException(ContentResolver resolver, int type, in setAggregationException() method in ContactUtil
|