Home
last modified time | relevance | path

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

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DMultiSourceCorpus.java92 if (candidate.getQueryThreshold() <= query.length()) { in getSourcesToQuery()
106 mQueryThreshold = Math.min(mQueryThreshold, s.getQueryThreshold()); in updateSourceProperties()
117 public int getQueryThreshold() { in getQueryThreshold() method in MultiSourceCorpus
DSingleSourceCorpus.java75 public int getQueryThreshold() { in getQueryThreshold() method in SingleSourceCorpus
76 return mSource.getQueryThreshold(); in getQueryThreshold()
DCorpus.java63 int getQueryThreshold(); in getQueryThreshold() method
DAbstractInternalSource.java51 public int getQueryThreshold() { in getQueryThreshold() method in AbstractInternalSource
DSource.java105 int getQueryThreshold(); in getQueryThreshold() method
DShouldQueryStrategy.java64 if (query.length() >= corpus.getQueryThreshold()) { in shouldQueryCorpus()
DWebCorpus.java130 public int getQueryThreshold() { in getQueryThreshold() method in WebCorpus
DSearchableSource.java196 public int getQueryThreshold() { in getQueryThreshold() method in SearchableSource
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DMockCorpus.java83 public int getQueryThreshold() { in getQueryThreshold() method in MockCorpus
DMultiSourceCorpusTest.java111 public int getQueryThreshold() { in getQueryThreshold() method in MultiSourceCorpusTest.SkeletonMultiSourceCorpus
DShouldQueryStrategyTest.java46 public int getQueryThreshold() {
DMockSource.java112 public int getQueryThreshold() { in getQueryThreshold() method in MockSource