Searched refs:allowedSources (Results 1 - 1 of 1) sorted by relevance

/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutRepositoryImplLog.java330 HashMap<String,Source> allowedSources = new HashMap<String,Source>();
334 allowedSources.put(source.getName(), source);
338 return new ShortcutCursor(new SuggestionCursorImpl(allowedSources, query, cursor),
378 public SuggestionCursorImpl(HashMap<String,Source> allowedSources, argument
381 mAllowedSources = allowedSources;

Completed in 111 milliseconds