Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DDataRowHandlerForStructuredName.java54 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in insert()
82 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE); in update()
147 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle); in fixStructuredNameComponents()
150 if (!update.containsKey(StructuredName.FULL_NAME_STYLE)) { in fixStructuredNameComponents()
151 update.put(StructuredName.FULL_NAME_STYLE, in fixStructuredNameComponents()
184 Integer fullNameStyle = builder.getInt(StructuredName.FULL_NAME_STYLE); in appendSearchableData()
DNameSplitter.java160 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in fromValues()
177 values.put(StructuredName.FULL_NAME_STYLE, fullNameStyle); in toValues()
DContactsDatabaseHelper.java877 public static final int FULL_NAME_STYLE = 11; // data10 field
4631 name.fullNameStyle = c.isNull(RawContactNameQuery.FULL_NAME_STYLE) in updateRawContactDisplayName()
4633 : c.getInt(RawContactNameQuery.FULL_NAME_STYLE); in updateRawContactDisplayName()
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DStructuredNameDataItem.java91 return getContentValues().getAsString(StructuredName.FULL_NAME_STYLE); in getFullNameStyle()
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DStructuredNameDataItem.java80 return getContentValues().getAsString(StructuredName.FULL_NAME_STYLE); in getFullNameStyle()
/packages/apps/Contacts/src/com/android/contacts/model/
DValuesDelta.java560 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.FULL_NAME_STYLE); in copyStructuredNameFieldsFrom()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsProvider2Test.java8713 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN); in testNameParsingQuery()
8735 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN); in testNameConcatenationQuery()