HomeSort by relevance Sort by last modified time
    Searched defs:CORPUS_1 (Results 1 - 2 of 2) sorted by null

  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShouldQueryStrategyTest.java 36 public static final Corpus CORPUS_1 = new MockCorpus(MockSource.SOURCE_1) {
51 assertFalse(mShouldQuery.shouldQueryCorpus(CORPUS_1, "aa"));
52 assertTrue(mShouldQuery.shouldQueryCorpus(CORPUS_1, "aaa"));
64 assertTrue(mShouldQuery.shouldQueryCorpus(CORPUS_1, "query"));
65 mShouldQuery.onZeroResults(CORPUS_1, "query");
67 assertFalse(mShouldQuery.shouldQueryCorpus(CORPUS_1, "queryx"));
68 assertFalse(mShouldQuery.shouldQueryCorpus(CORPUS_1, "queryxy"));
72 assertTrue(mShouldQuery.shouldQueryCorpus(CORPUS_1, "query"));
73 mShouldQuery.onZeroResults(CORPUS_1, "query");
75 assertFalse(mShouldQuery.shouldQueryCorpus(CORPUS_1, "query"))
    [all...]
MockCorpus.java 33 public static final Corpus CORPUS_1 = new MockCorpus(MockSource.SOURCE_1);

Completed in 10 milliseconds