Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java810 setRawContactCustomization(rawContactId1, 1, 1); in testReAggregateToConnectedComponent()
814 setRawContactCustomization(rawContactId2, 1, 1); in testReAggregateToConnectedComponent()
H A DContactAggregator2Test.java826 setRawContactCustomization(rawContactId1, 1, 1); in testReAggregateToConnectedComponent()
830 setRawContactCustomization(rawContactId2, 1, 1); in testReAggregateToConnectedComponent()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseContactsProvider2Test.java554 protected void setRawContactCustomization(long rawContactId, int starred, int sendToVoiceMail) { in setRawContactCustomization() method in BaseContactsProvider2Test