Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:mCorpus

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);
485 getLogger().logSearch(mCorpus, method, query.length());
521 if (mCorpus != null) {
522 return mCorpus;
699 return mCorpus == null
713 if (DBG) Log.d(TAG, "getSuggestions(\""+query+"\","+mCorpus + ","+getMaxSuggestions()+")");
715 query, mCorpus, getMaxSuggestions());
722 getLogger().logStart(latency, source, mCorpus, suggestions.getExpectedCorpora());