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

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SingleCorpusResultsPromoter.java 21 public class SingleCorpusResultsPromoter extends SingleCorpusPromoter {
SingleCorpusPromoter.java 24 public class SingleCorpusPromoter implements Promoter {
32 public SingleCorpusPromoter(Corpus corpus, int maxShortcuts) {
QsbApplication.java 383 return new SingleCorpusPromoter(corpus, Integer.MAX_VALUE);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SingleCorpusPromoterTest.java 26 * Tests for SingleCorpusPromoter.
33 private SingleCorpusPromoter mPromoter;
37 mPromoter = new SingleCorpusPromoter(MockCorpus.CORPUS_1, 10);

Completed in 79 milliseconds