Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java825 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
827 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent()
838 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
840 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
843 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
845 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
848 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
850 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
1600 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
1607 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
[all …]
DContactAggregator2Test.java841 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
843 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent()
854 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
856 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
859 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
861 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
864 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
866 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
1608 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
1615 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java599 protected Uri getContactUriForRawContact(long rawContactId) { in getContactUriForRawContact() method in BaseContactsProvider2Test