OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onZeroResults
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
ShouldQueryStrategy.java
79
public void
onZeroResults
(Corpus corpus, String query) {
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShouldQueryStrategyTest.java
66
mShouldQuery.
onZeroResults
(CORPUS_2, "query");
73
mShouldQuery.
onZeroResults
(CORPUS_1, "query");
81
mShouldQuery.
onZeroResults
(CORPUS_1, "query");
88
mShouldQuery.
onZeroResults
(CORPUS_1, "query");
91
mShouldQuery.
onZeroResults
(CORPUS_1, "queen");
98
mShouldQuery.
onZeroResults
(CORPUS_1, "query");
101
mShouldQuery.
onZeroResults
(CORPUS_1, "que");
108
mShouldQuery.
onZeroResults
(CORPUS_1, "query");
116
mShouldQuery.
onZeroResults
(CORPUS_1, "que");
124
mShouldQuery.
onZeroResults
(CORPUS_1, "que")
[
all
...]
Completed in 3549 milliseconds