Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsDatabaseHelper.java4768 final SQLiteStatement rawContactDisplayNameUpdate = db.compileStatement( in updateRawContactDisplayName() local
4784 rawContactDisplayNameUpdate.bindLong(1, bestDisplayNameSource); in updateRawContactDisplayName()
4785 bindString(rawContactDisplayNameUpdate, 2, displayNamePrimary); in updateRawContactDisplayName()
4786 bindString(rawContactDisplayNameUpdate, 3, displayNameAlternative); in updateRawContactDisplayName()
4787 bindString(rawContactDisplayNameUpdate, 4, bestPhoneticName); in updateRawContactDisplayName()
4788 rawContactDisplayNameUpdate.bindLong(5, bestPhoneticNameStyle); in updateRawContactDisplayName()
4789 bindString(rawContactDisplayNameUpdate, 6, sortKeyPrimary); in updateRawContactDisplayName()
4790 bindString(rawContactDisplayNameUpdate, 7, phonebookLabelPrimary); in updateRawContactDisplayName()
4791 rawContactDisplayNameUpdate.bindLong(8, phonebookBucketPrimary); in updateRawContactDisplayName()
4792 bindString(rawContactDisplayNameUpdate, 9, sortKeyAlternative); in updateRawContactDisplayName()
[all …]