Searched refs:mOptionSources (Results 1 – 2 of 2) sorted by relevance
144 private final Collection<Object> mOptionSources; field in OptionSetter215 mOptionSources = optionSources; in OptionSetter()407 final Map<String, Integer> freqMap = new HashMap<String, Integer>(mOptionSources.size()); in makeOptionMap()410 for (Object objectSource : mOptionSources) { in makeOptionMap()
246 private final Collection<Object> mOptionSources; field in OptionSetter318 mOptionSources = optionSources; in OptionSetter()571 final Map<String, Integer> freqMap = new HashMap<String, Integer>(mOptionSources.size()); in makeOptionMap()574 for (Object objectSource : mOptionSources) { in makeOptionMap()