Searched refs:getCommonPrefixLength (Results 1 – 1 of 1) sorted by relevance
108 int commonPrefixLength = getCommonPrefixLength(prevQuery, currQuery); in getQueryCorrectionType()363 private static int getCommonPrefixLength(@NonNull String s1, @NonNull String s2) { in getCommonPrefixLength() method in SearchSessionStatsExtractor