Home
last modified time | relevance | path

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

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