Searched refs:getContactUriForRawContact (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 772 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent() 774 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent() 785 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent() 787 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent() 790 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent() 792 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent() 795 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent() 797 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent() 1499 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate() 1506 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate() [all …]
|
D | ContactAggregator2Test.java | 778 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent() 780 assertStoredValue(getContactUriForRawContact(rawContactId4), in testReAggregateToConnectedComponent() 791 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent() 793 assertStoredValue(getContactUriForRawContact(rawContactId1), in testReAggregateToConnectedComponent() 796 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent() 798 assertStoredValue(getContactUriForRawContact(rawContactId3), in testReAggregateToConnectedComponent() 801 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent() 803 assertStoredValue(getContactUriForRawContact(rawContactId5), in testReAggregateToConnectedComponent() 1497 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate() 1504 assertStoredValue(getContactUriForRawContact(rawContactId1), in testAggregatedStatusUpdate() [all …]
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | BaseContactsProvider2Test.java | 617 protected Uri getContactUriForRawContact(long rawContactId) { in getContactUriForRawContact() method in BaseContactsProvider2Test
|