Searched refs:includeInAll (Results 1 - 12 of 12) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DCorpus.java88 boolean includeInAll(); method in interface:Corpus
H A DSingleSourceCorpus.java91 public boolean includeInAll() { method in class:SingleSourceCorpus
92 return mSource.includeInAll();
H A DSource.java125 boolean includeInAll(); method in interface:Source
H A DMultiSourceCorpus.java109 mIncludeInAll |= s.includeInAll();
132 public boolean includeInAll() { method in class:MultiSourceCorpus
H A DSearchableCorpora.java83 if (corpus.includeInAll()) {
H A DSearchableSource.java444 public boolean includeInAll() { method in class:SearchableSource
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
H A DAbstractGoogleSource.java112 public boolean includeInAll() { method in class:AbstractGoogleSource
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
H A DMockCorpus.java148 public boolean includeInAll() { method in class:MockCorpus
H A DSearchableCorporaTest.java41 public boolean includeInAll() {
H A DMultiSourceCorpusTest.java64 assertTrue(mCorpus.includeInAll());
H A DMockSource.java213 public boolean includeInAll() { method in class:MockSource
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/preferences/
H A DSearchableItemsController.java89 if (includeNonAllCorpora || corpus.includeInAll()) {

Completed in 67 milliseconds