Home
last modified time | relevance | path

Searched refs:getContactUriForRawContact (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java787 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
789 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent()
800 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
802 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
805 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
807 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
810 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
812 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
1547 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
1554 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java581 protected Uri getContactUriForRawContact(long rawContactId) { in getContactUriForRawContact() method in BaseContactsProvider2Test