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