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.java790 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
792 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent()
803 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
805 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
808 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
810 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
813 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
815 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
1565 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
1572 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
[all …]
DContactAggregator2Test.java807 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
809 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent()
820 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
822 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent()
825 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
827 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent()
830 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
832 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent()
1574 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
1581 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate()
[all …]
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java591 protected Uri getContactUriForRawContact(long rawContactId) { in getContactUriForRawContact() method in BaseContactsProvider2Test