HomeSort by relevance Sort by last modified time
    Searched refs:assertAggregated (Results 1 - 5 of 5) sorted by null

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregatorTest.java 139 assertAggregated(rawContactId1, rawContactId2, "Johnb Smithb");
160 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder");
170 assertAggregated(rawContactId1, rawContactId2, "Johnc Smithc");
180 assertAggregated(rawContactId1, rawContactId2, "Johnd");
210 assertAggregated(rawContactId1, rawContactId2, "Johng Smithg");
220 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(rawContactId1, rawContactId2)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 152 assertAggregated(rawContactId1, rawContactId2);
GroupsTest.java 90 assertAggregated(contactCharlie, contactCharlieDupe);
BaseContactsProvider2Test.java 601 protected void assertAggregated(long rawContactId1, long rawContactId2) {
607 protected void assertAggregated(long rawContactId1, long rawContactId2,
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 165 milliseconds