HomeSort by relevance Sort by last modified time
    Searched refs:mCorpus (Results 1 - 5 of 5) sorted by null

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SingleSourceCorpusResult.java 25 private final Corpus mCorpus;
32 mCorpus = corpus;
37 return mCorpus;
CorpusSelectionDialog.java 52 private Corpus mCorpus;
66 mCorpus = corpus;
102 mCorpusGrid.setSelection(adapter.getCorpusPosition(mCorpus));
SearchActivity.java 105 private Corpus mCorpus;
282 mCorpus = getCorpus(corpusName);
284 if (mCorpus == null) {
287 sourceIcon = mCorpus.getCorpusIcon();
289 mSuggestionsAdapter.setCorpus(mCorpus);
296 return mCorpus == null ? null : mCorpus.getName();
420 mQueryTextView.setHint(mCorpus.getHint());
436 if (queryEmpty && getVoiceSearch().shouldShowVoiceSearch(mCorpus)) {
452 mCorpusSelectionDialog.show(mCorpus);
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java 45 private Corpus mCorpus = null;
64 mCorpus = null;
109 return mCorpus;
117 if ((mCorpus == null) && (corpus != null)) {
131 mCorpus = corpus;
179 SuggestionCursor cursor = getCorpusCursor(mSuggestions, mCorpus);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
MultiSourceCorpusTest.java 37 protected MultiSourceCorpus mCorpus;
46 mCorpus = new SkeletonMultiSourceCorpus(getContext(), config, executor,
51 MoreAsserts.assertContentsInOrder(mCorpus.getSources(),
59 CorpusResult observed = mCorpus.getSuggestions("foo", 50, false);

Completed in 190 milliseconds