Home
last modified time | relevance | path

Searched defs:queryLength (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DQueryParameterUtils.java41 int queryLength = query.length(); in getQueryParameter() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/logging/
H A DSearchState.java29 public int queryLength; field in SearchState
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/search/
H A DStringMatcherUtility.java31 int queryLength = query.length(); in matches() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v2/
H A Dpatricia_trie_policy.h136 void getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty()
/aosp12/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
H A DSmartDialNameMatcher.java237 final int queryLength = query.length(); in matchesCombination() local
/aosp12/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dictionary/
H A Ddictionary.cpp180 void Dictionary::getProperty(const char *const query, const int queryLength, char *const outResult, in getProperty()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/stats/
H A DSearchStats.java355 public Builder setQueryLength(int queryLength) { in setQueryLength()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/
H A Dver4_patricia_trie_policy.cpp479 void Ver4PatriciaTriePolicy::getProperty(const char *const query, const int queryLength, in getProperty()
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/
H A Dver4_patricia_trie_policy.cpp524 void Ver4PatriciaTriePolicy::getProperty(const char *const query, const int queryLength, in getProperty()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java9552 int queryLength = query.length(); in getQueryParameter() local