Home
last modified time | relevance | path

Searched defs:allowedSources (Results 1 – 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DShortcutRepositoryImplLog.java330 HashMap<String,Source> allowedSources = new HashMap<String,Source>(); in getShortcutsForQuery() local
378 public SuggestionCursorImpl(HashMap<String,Source> allowedSources, in SuggestionCursorImpl()