Home
last modified time | relevance | path

Searched refs:mOptionSources (Results 1 – 2 of 2) sorted by relevance

/tools/loganalysis/src/com/android/loganalysis/util/config/
DOptionSetter.java144 private final Collection<Object> mOptionSources; field in OptionSetter
215 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()
/tools/tradefederation/core/src/com/android/tradefed/config/
DOptionSetter.java246 private final Collection<Object> mOptionSources; field in OptionSetter
318 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()