OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAllowedSources
(Results
1 - 2
of
2
) sorted by null
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SingleCorpusPromoter.java
30
private final Set<String>
mAllowedSources
;
35
mAllowedSources
= new HashSet<String>();
37
mAllowedSources
.add(source.getName());
63
return
mAllowedSources
.contains(s.getSuggestionSource().getName());
ShortcutRepositoryImplLog.java
375
private final HashMap<String, Source>
mAllowedSources
;
381
mAllowedSources
= allowedSources;
392
Source source =
mAllowedSources
.get(srcStr);
[
all
...]
Completed in 19 milliseconds