Home | History | Annotate | Download | only in quicksearchbox

Lines Matching refs:corpora

70     private final Corpora mCorpora;
84 Corpora sources, ShortcutRefresher refresher, Handler uiThread,
95 ShortcutRepositoryImplLog(Context context, Config config, Corpora corpora,
99 mCorpora = corpora;
429 Map<String,Integer> corpora = new HashMap<String,Integer>(cursor.getCount());
433 corpora.put(name, clicks);
435 return corpora;