Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DLegacyApiSupport.java1135 updateLegacyPhotoData(rawContactId, dataId, values); in updatePhoto()
1160 updateLegacyPhotoData(rawContactId, dataId, values); in updatePhotoByDataId()
1165 private void updateLegacyPhotoData(long rawContactId, long dataId, ContentValues values) { in updateLegacyPhotoData() method in LegacyApiSupport