Searched refs:FULL_NAME_STYLE (Results 1 – 7 of 7) sorted by relevance
54 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()
160 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in fromValues()177 values.put(StructuredName.FULL_NAME_STYLE, fullNameStyle); in toValues()
875 public static final int FULL_NAME_STYLE = 11; // data10 field4637 name.fullNameStyle = c.isNull(RawContactNameQuery.FULL_NAME_STYLE) in updateRawContactDisplayName()4639 : 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()
8620 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN); in testNameParsingQuery()8642 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN); in testNameConcatenationQuery()