Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java951 count = updateContactTime(uri, values); in update()
1082 updateContactTime(rawContactId, values); in updatePeople()
1146 private int updateContactTime(Uri uri, ContentValues values) { in updateContactTime() method in LegacyApiSupport
1148 updateContactTime(rawContactId, values); in updateContactTime()
1152 private void updateContactTime(long rawContactId, ContentValues values) { in updateContactTime() method in LegacyApiSupport