Home
last modified time | relevance | path

Searched refs:getCommonPrefixLength (Results 1 – 1 of 1) sorted by relevance

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/usagereporting/
DSearchSessionStatsExtractor.java108 int commonPrefixLength = getCommonPrefixLength(prevQuery, currQuery); in getQueryCorrectionType()
363 private static int getCommonPrefixLength(@NonNull String s1, @NonNull String s2) { in getCommonPrefixLength() method in SearchSessionStatsExtractor