Searched refs:MAX_NAME_TOKENS (Results 1 – 1 of 1) sorted by relevance
33 private static final int MAX_NAME_TOKENS = 4; field in NameLookupBuilder36 private String[][] mNicknameClusters = new String[MAX_NAME_TOKENS][];109 boolean tooManyTokens = tokenCount > MAX_NAME_TOKENS; in insertNameLookup()124 for (int i = MAX_NAME_TOKENS; i < tokenCount; i++) { in insertNameLookup()126 insertCollationKey(rawContactId, dataId, MAX_NAME_TOKENS); in insertNameLookup()130 tokenCount = MAX_NAME_TOKENS; in insertNameLookup()