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.java486 assertContactMethodUpdate(Contacts.KIND_EMAIL, in testEmailUpdate()
497 assertContactMethodUpdate(Contacts.KIND_IM, in testImUpdateStandard()
508 assertContactMethodUpdate(Contacts.KIND_IM, in testImUpdateCustom()
519 assertContactMethodUpdate(Contacts.KIND_POSTAL, in testPostalUpdate()
560 private void assertContactMethodUpdate(int kind, in assertContactMethodUpdate() method in LegacyContactsProviderTest