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()
244 private final Collection<Object> mOptionSources; field in OptionSetter316 mOptionSources = optionSources; in OptionSetter()563 final Map<String, Integer> freqMap = new HashMap<String, Integer>(mOptionSources.size()); in makeOptionMap()566 for (Object objectSource : mOptionSources) { in makeOptionMap()