Searched refs:assertNotAggregated (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactAggregatorTest.java129 assertNotAggregated(rawContactId1, rawContactId2);
158 assertNotAggregated(rawContactId1, rawContactId2);
159 assertNotAggregated(rawContactId1, rawContactId3);
190 assertNotAggregated(rawContactId1, rawContactId2);
201 assertNotAggregated(rawContactId1, rawContactId2);
280 assertNotAggregated(rawContactId1, rawContactId2);
303 assertNotAggregated(rawContactId1, rawContactId2);
304 assertNotAggregated(rawContactId1, rawContactId3);
305 assertNotAggregated(rawContactId2, rawContactId3);
339 assertNotAggregated(rawContactId
[all...]
H A DContactLookupKeyTest.java107 assertNotAggregated(rawContactId1, rawContactId2);
152 assertNotAggregated(rawContactId1, rawContactId3);
153 assertNotAggregated(rawContactId2, rawContactId3);
H A DGroupsTest.java303 assertNotAggregated(rawContactId1, rawContactId2);
H A DBaseContactsProvider2Test.java614 protected void assertNotAggregated(long rawContactId1, long rawContactId2) { method in class:BaseContactsProvider2Test

Completed in 64 milliseconds