Searched refs:assertAggregated (Results 1 - 5 of 5) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactAggregatorTest.java139 assertAggregated(rawContactId1, rawContactId2, "Johnb Smithb");
160 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder");
170 assertAggregated(rawContactId1, rawContactId2, "Johnc Smithc");
180 assertAggregated(rawContactId1, rawContactId2, "Johnd");
211 assertAggregated(rawContactId1, rawContactId2, "Johng Smithg");
221 assertAggregated(rawContactId1, rawContactId2, "H\u00e9l\u00e8ne Bj\u00f8rn");
231 assertAggregated(rawContactId1, rawContactId2, "helene bjorn");
241 assertAggregated(rawContactId1, rawContactId2, "1-2-3");
261 assertAggregated(rawContactId1, rawContactId2, "604 Arizona Ave");
290 assertAggregated(rawContactId
[all...]
H A DContactLookupKeyTest.java151 assertAggregated(rawContactId1, rawContactId2);
H A DGroupsTest.java89 assertAggregated(contactCharlie, contactCharlieDupe);
H A DBaseContactsProvider2Test.java598 protected void assertAggregated(long rawContactId1, long rawContactId2) { method in class:BaseContactsProvider2Test
604 protected void assertAggregated(long rawContactId1, long rawContactId2, method in class:BaseContactsProvider2Test
H A DContactsProvider2Test.java910 assertAggregated(rawContactId1, rawContactId2, "123456789");
2467 assertAggregated(rawContactId1, rawContactId2, "123456789");
2471 assertAggregated(rawContactId1, rawContactId2, "Potato Head");
4461 assertAggregated(rawContactId1, rawContactId2);

Completed in 267 milliseconds