Searched defs:structuredNameUpdate (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsDatabaseHelper.java2541 SQLiteStatement structuredNameUpdate = db.compileStatement(
2572 structuredNameUpdate, rawContactUpdate, splitter, sb);
2581 SQLiteStatement structuredNameUpdate, SQLiteStatement rawContactUpdate,
2591 structuredNameUpdate.bindLong(1, unadjustedFullNameStyle);
2592 DatabaseUtils.bindObjectToProgram(structuredNameUpdate, 2, displayName);
2593 structuredNameUpdate.bindLong(3, name.phoneticNameStyle);
2594 structuredNameUpdate.bindLong(4, dataId);
2595 structuredNameUpdate.execute();
2579 upgradeNameToVersion205(long dataId, long rawContactId, int displayNameSource, String currentDisplayName, NameSplitter.Name name, SQLiteStatement structuredNameUpdate, SQLiteStatement rawContactUpdate, NameSplitter splitter, StringBuilder sb) argument

Completed in 104 milliseconds