Searched refs:FULL_NAME_STYLE (Results 1 – 7 of 7) sorted by relevance
69 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in insert()98 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE); in update()163 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle); in fixStructuredNameComponents()166 if (!update.containsKey(StructuredName.FULL_NAME_STYLE)) { in fixStructuredNameComponents()167 update.put(StructuredName.FULL_NAME_STYLE, in fixStructuredNameComponents()200 Integer fullNameStyle = builder.getInt(StructuredName.FULL_NAME_STYLE); in appendSearchableData()
160 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in fromValues()177 values.put(StructuredName.FULL_NAME_STYLE, fullNameStyle); in toValues()
869 public static final int FULL_NAME_STYLE = 11; // data10 field4860 name.fullNameStyle = c.isNull(RawContactNameQuery.FULL_NAME_STYLE) in updateRawContactDisplayName()4862 : c.getInt(RawContactNameQuery.FULL_NAME_STYLE); in updateRawContactDisplayName()
91 return getContentValues().getAsString(StructuredName.FULL_NAME_STYLE); in getFullNameStyle()
80 return getContentValues().getAsString(StructuredName.FULL_NAME_STYLE); in getFullNameStyle()
560 copyStringFrom(name, ContactsContract.CommonDataKinds.StructuredName.FULL_NAME_STYLE); in copyStructuredNameFieldsFrom()
8600 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN); in testNameParsingQuery()8622 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN); in testNameConcatenationQuery()