Searched refs:rawContactDisplayNameUpdate (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 4805 final SQLiteStatement rawContactDisplayNameUpdate = db.compileStatement( in updateRawContactDisplayName() local 4821 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() [all …]
|