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 145 assertAggregated(rawContactId1, rawContactId2, "Johnb Smithb");
166 assertAggregated(rawContactId2, rawContactId3, "Flynn Ryder");
176 assertAggregated(rawContactId1, rawContactId2, "Johnc Smithc");
186 assertAggregated(rawContactId1, rawContactId2, "Johnd");
216 assertAggregated(rawContactId1, rawContactId2, "Johng Smithg");
226 assertAggregated(rawContactId1, rawContactId2, "H\u00e9l\u00e8ne Bj\u00f8rn");
237 assertAggregated(rawContactId1, rawContactId2, "helene bjorn");
247 assertAggregated(rawContactId1, rawContactId2, "1-2-3");
267 assertAggregated(rawContactId1, rawContactId2, "604 Arizona Ave");
296 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 632 protected void assertAggregated(long rawContactId1, long rawContactId2) {
638 protected void assertAggregated(long rawContactId1, long rawContactId2,
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 51 milliseconds