Home
last modified time | relevance | path

Searched refs:commonPrefixLength (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() local
111 if (commonPrefixLength <= prevQuery.length() - QUERY_ABANDONMENT_BACKSPACE_COUNT) { in getQueryCorrectionType()