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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForStructuredName.java52 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
84 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE);
149 update.put(StructuredName.FULL_NAME_STYLE, unadjustedFullNameStyle);
152 if (!update.containsKey(StructuredName.FULL_NAME_STYLE)) {
153 update.put(StructuredName.FULL_NAME_STYLE,
195 Integer fullNameStyle = builder.getInt(StructuredName.FULL_NAME_STYLE);
H A DLegacyContactImporter.java454 StructuredName.FULL_NAME_STYLE + "," +
469 int FULL_NAME_STYLE = 9; field in interface:LegacyContactImporter.StructuredNameInsert
634 insert.bindLong(StructuredNameInsert.FULL_NAME_STYLE,
H A DNameSplitter.java156 Integer integer = values.getAsInteger(StructuredName.FULL_NAME_STYLE);
173 values.put(StructuredName.FULL_NAME_STYLE, fullNameStyle);
H A DContactsDatabaseHelper.java2544 StructuredName.FULL_NAME_STYLE + "=?," +
4582 public static final int FULL_NAME_STYLE = 11; // data10 field in interface:ContactsDatabaseHelper.RawContactNameQuery
4630 name.fullNameStyle = c.isNull(RawContactNameQuery.FULL_NAME_STYLE)
4632 : c.getInt(RawContactNameQuery.FULL_NAME_STYLE);
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2Test.java6078 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN);
6100 values.put(StructuredName.FULL_NAME_STYLE, FullNameStyle.WESTERN);

Completed in 57 milliseconds