Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
DContactAggregatorTest.java772 setRawContactCustomization(rawContactId1, 1, 1); in testReAggregateToConnectedComponent()
776 setRawContactCustomization(rawContactId2, 1, 1); in testReAggregateToConnectedComponent()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DBaseContactsProvider2Test.java548 protected void setRawContactCustomization(long rawContactId, int starred, int sendToVoiceMail) { in setRawContactCustomization() method in BaseContactsProvider2Test