Searched defs:includeInAll (Results 1 - 8 of 8) 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 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 DMockSource.java213 public boolean includeInAll() { method in class:MockSource

Completed in 59 milliseconds