Home
last modified time | relevance | path

Searched defs:fullNameStyle (Results 1 – 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DNameLookupBuilder.java88 public void insertNameLookup(long rawContactId, long dataId, String name, int fullNameStyle) { in insertNameLookup()
125 public void appendToSearchIndex(IndexBuilder builder, String name, int fullNameStyle) { in appendToSearchIndex()
143 String fullName, int fullNameStyle) { in appendNameLookupForLocaleBasedName()
286 public void appendNameShorthandLookup(IndexBuilder builder, String name, int fullNameStyle) { in appendNameShorthandLookup()
DDataRowHandlerForStructuredName.java69 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in insert() local
98 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE); in update() local
200 Integer fullNameStyle = builder.getInt(StructuredName.FULL_NAME_STYLE); in appendSearchableData() local
DNameSplitter.java91 public int fullNameStyle; field in NameSplitter.Name
350 int fullNameStyle = guessFullNameStyle(fullName); in split() local
362 public void split(Name name, String fullName, int fullNameStyle) { in split()
DContactsDatabaseHelper.java2875 int fullNameStyle = nameSplitter.guessFullNameStyle(name); in insertStructuredNameLookup() local