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.java288 HashMap<String,Source> allowedSources = new HashMap<String,Source>(); in getShortcutsForQuery() local
335 public SuggestionCursorImpl(HashMap<String,Source> allowedSources, in SuggestionCursorImpl()