OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCorporaInAll
(Results
1 - 8
of
8
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
CorpusRanker.java
36
void
getCorporaInAll
(Consumer<List<Corpus>> consumer);
Corpora.java
48
List<Corpus>
getCorporaInAll
();
DefaultCorpusRanker.java
61
public void
getCorporaInAll
(Consumer<List<Corpus>> consumer) {
82
Collection<Corpus> enabledCorpora = mCorpora.
getCorporaInAll
();
SearchableCorpora.java
80
public List<Corpus>
getCorporaInAll
() {
SearchActivity.java
630
getCorpusRanker().
getCorporaInAll
(Consumers.createAsyncConsumer(mHandler, consumer));
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DefaultCorpusRankerTest.java
78
mRanker.
getCorporaInAll
(consumer);
MockCorpora.java
87
public List<Corpus>
getCorporaInAll
() {
SearchableCorporaTest.java
77
MoreAsserts.assertContentsInAnyOrder(mCorpora.
getCorporaInAll
(),
Completed in 659 milliseconds