Searched defs:fullNameStyle (Results 1 – 4 of 4) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | NameLookupBuilder.java | 99 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()
|
D | DataRowHandlerForStructuredName.java | 54 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
|
D | NameSplitter.java | 91 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()
|
D | ContactsDatabaseHelper.java | 2855 int fullNameStyle = nameSplitter.guessFullNameStyle(name); in insertStructuredNameLookup() local
|