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.java99 public void insertNameLookup(long rawContactId, long dataId, String name, int fullNameStyle) { in insertNameLookup()
142 public void appendToSearchIndex(IndexBuilder builder, String name, int fullNameStyle) { in appendToSearchIndex()
160 String fullName, int fullNameStyle) { in appendNameLookupForLocaleBasedName()
327 public void appendNameShorthandLookup(IndexBuilder builder, String name, int fullNameStyle) { in appendNameShorthandLookup()
DDataRowHandlerForStructuredName.java54 Integer fullNameStyle = values.getAsInteger(StructuredName.FULL_NAME_STYLE); in insert() local
82 Integer fullNameStyle = augmented.getAsInteger(StructuredName.FULL_NAME_STYLE); in update() local
184 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.java2855 int fullNameStyle = nameSplitter.guessFullNameStyle(name); in insertStructuredNameLookup() local