Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DLegacyContactsProviderTest.java507 assertContactMethodUpdate(Contacts.KIND_EMAIL, in testEmailUpdate()
518 assertContactMethodUpdate(Contacts.KIND_IM, in testImUpdateStandard()
529 assertContactMethodUpdate(Contacts.KIND_IM, in testImUpdateCustom()
540 assertContactMethodUpdate(Contacts.KIND_POSTAL, in testPostalUpdate()
584 private void assertContactMethodUpdate(int kind, in assertContactMethodUpdate() method in LegacyContactsProviderTest