Searched refs:rawContactDisplayNameUpdate (Results 1 – 1 of 1) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelper.java | 5003 final SQLiteStatement rawContactDisplayNameUpdate = db.compileStatement( in updateRawContactDisplayName() local 5019 rawContactDisplayNameUpdate.bindLong(1, bestDisplayNameSource); in updateRawContactDisplayName() 5020 bindString(rawContactDisplayNameUpdate, 2, displayNamePrimary); in updateRawContactDisplayName() 5021 bindString(rawContactDisplayNameUpdate, 3, displayNameAlternative); in updateRawContactDisplayName() 5022 bindString(rawContactDisplayNameUpdate, 4, bestPhoneticName); in updateRawContactDisplayName() 5023 rawContactDisplayNameUpdate.bindLong(5, bestPhoneticNameStyle); in updateRawContactDisplayName() 5024 bindString(rawContactDisplayNameUpdate, 6, sortKeyPrimary); in updateRawContactDisplayName() 5025 bindString(rawContactDisplayNameUpdate, 7, phonebookLabelPrimary); in updateRawContactDisplayName() 5026 rawContactDisplayNameUpdate.bindLong(8, phonebookBucketPrimary); in updateRawContactDisplayName() 5027 bindString(rawContactDisplayNameUpdate, 9, sortKeyAlternative); in updateRawContactDisplayName() [all …]
|