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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
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 DContactsDatabaseHelper.java2544 StructuredName.FULL_NAME_STYLE + "=?," +
4600 public static final int FULL_NAME_STYLE = 11; // data10 field in interface:ContactsDatabaseHelper.RawContactNameQuery
4648 name.fullNameStyle = c.isNull(RawContactNameQuery.FULL_NAME_STYLE)
4650 : c.getInt(RawContactNameQuery.FULL_NAME_STYLE);

Completed in 116 milliseconds