Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java4821 rawContactDisplayNameUpdate.bindLong(1, bestDisplayNameSource); in updateRawContactDisplayName()
4822 bindString(rawContactDisplayNameUpdate, 2, displayNamePrimary); in updateRawContactDisplayName()
4823 bindString(rawContactDisplayNameUpdate, 3, displayNameAlternative); in updateRawContactDisplayName()
4824 bindString(rawContactDisplayNameUpdate, 4, bestPhoneticName); in updateRawContactDisplayName()
4825 rawContactDisplayNameUpdate.bindLong(5, bestPhoneticNameStyle); in updateRawContactDisplayName()
4826 bindString(rawContactDisplayNameUpdate, 6, sortKeyPrimary); in updateRawContactDisplayName()
4827 bindString(rawContactDisplayNameUpdate, 7, phonebookLabelPrimary); in updateRawContactDisplayName()
4828 rawContactDisplayNameUpdate.bindLong(8, phonebookBucketPrimary); in updateRawContactDisplayName()
4829 bindString(rawContactDisplayNameUpdate, 9, sortKeyAlternative); in updateRawContactDisplayName()
4832 rawContactDisplayNameUpdate.bindLong(12, rawContactId); in updateRawContactDisplayName()
[all …]