Searched refs:mRawContactDisplayNameUpdate (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java676 private SQLiteStatement mRawContactDisplayNameUpdate; field in class:ContactsDatabaseHelper
741 mRawContactDisplayNameUpdate = null;
4748 if (mRawContactDisplayNameUpdate == null) {
4749 mRawContactDisplayNameUpdate = db.compileStatement(
4762 mRawContactDisplayNameUpdate.bindLong(1, bestDisplayNameSource);
4763 bindString(mRawContactDisplayNameUpdate, 2, displayNamePrimary);
4764 bindString(mRawContactDisplayNameUpdate, 3, displayNameAlternative);
4765 bindString(mRawContactDisplayNameUpdate, 4, bestPhoneticName);
4766 mRawContactDisplayNameUpdate.bindLong(5, bestPhoneticNameStyle);
4767 bindString(mRawContactDisplayNameUpdate,
[all...]

Completed in 30 milliseconds