Searched refs:SingleCorpusPromoter (Results 1 - 4 of 4) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DSingleCorpusResultsPromoter.java21 public class SingleCorpusResultsPromoter extends SingleCorpusPromoter {
H A DSingleCorpusPromoter.java24 public class SingleCorpusPromoter implements Promoter { class in inherits:Promoter
32 public SingleCorpusPromoter(Corpus corpus, int maxShortcuts) { method in class:SingleCorpusPromoter
H A DQsbApplication.java383 return new SingleCorpusPromoter(corpus, Integer.MAX_VALUE);
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DSingleCorpusPromoterTest.java26 * Tests for SingleCorpusPromoter.
33 private SingleCorpusPromoter mPromoter;
37 mPromoter = new SingleCorpusPromoter(MockCorpus.CORPUS_1, 10);

Completed in 60 milliseconds