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

  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
ContactAggregator2Test.java 167 assertNotAggregated(rawContactId1, rawContactId2);
168 assertNotAggregated(rawContactId1, rawContactId3);
199 assertNotAggregated(rawContactId1, rawContactId2);
209 assertNotAggregated(rawContactId1, rawContactId2);
289 assertNotAggregated(rawContactId1, rawContactId2);
303 assertNotAggregated(rawContactId1, rawContactId2);
304 assertNotAggregated(rawContactId3, rawContactId2);
316 assertNotAggregated(rawContactId1, rawContactId2);
327 assertNotAggregated(rawContactId1, rawContactId2);
339 assertNotAggregated(rawContactId1, rawContactId2)
    [all...]
ContactAggregatorTest.java 167 assertNotAggregated(rawContactId1, rawContactId2);
168 assertNotAggregated(rawContactId1, rawContactId3);
199 assertNotAggregated(rawContactId1, rawContactId2);
209 assertNotAggregated(rawContactId1, rawContactId2);
289 assertNotAggregated(rawContactId1, rawContactId2);
333 assertNotAggregated(rawContactId1, rawContactId2);
389 assertNotAggregated(rawContactId1, rawContactId2);
431 assertNotAggregated(rawContactId1, rawContactId2);
445 assertNotAggregated(rawContactId1, rawContactId2);
496 assertNotAggregated(rawContactId1, rawContactId2)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactLookupKeyTest.java 108 assertNotAggregated(rawContactId1, rawContactId2);
153 assertNotAggregated(rawContactId1, rawContactId3);
154 assertNotAggregated(rawContactId2, rawContactId3);
GroupsTest.java 297 assertNotAggregated(rawContactId1, rawContactId2);
BaseContactsProvider2Test.java 658 protected void assertNotAggregated(long rawContactId1, long rawContactId2) {
    [all...]
ContactsProvider2Test.java     [all...]

Completed in 391 milliseconds