HomeSort by relevance Sort by last modified time
    Searched refs:getQueryThreshold (Results 1 - 12 of 12) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpus.java 63 int getQueryThreshold();
SingleSourceCorpus.java 75 public int getQueryThreshold() {
76 return mSource.getQueryThreshold();
AbstractInternalSource.java 51 public int getQueryThreshold() {
MultiSourceCorpus.java 92 if (candidate.getQueryThreshold() <= query.length()) {
106 mQueryThreshold = Math.min(mQueryThreshold, s.getQueryThreshold());
117 public int getQueryThreshold() {
ShouldQueryStrategy.java 64 if (query.length() >= corpus.getQueryThreshold()) {
Source.java 105 int getQueryThreshold();
WebCorpus.java 130 public int getQueryThreshold() {
SearchableSource.java 196 public int getQueryThreshold() {
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MockCorpus.java 83 public int getQueryThreshold() {
MultiSourceCorpusTest.java 111 public int getQueryThreshold() {
ShouldQueryStrategyTest.java 46 public int getQueryThreshold() {
MockSource.java 112 public int getQueryThreshold() {

Completed in 3990 milliseconds