Searched refs:freqMap (Results 1 – 2 of 2) sorted by relevance
589 … final Map<String, Integer> freqMap = new HashMap<String, Integer>(mOptionSources.size()); in makeOptionMap() local601 Integer index = freqMap.get(className); in makeOptionMap()603 freqMap.put(className, index); in makeOptionMap()609 index = freqMap.get(deviceObject.getClass().getName()); in makeOptionMap()611 freqMap.put(deviceObject.getClass().getName(), index); in makeOptionMap()
407 final Map<String, Integer> freqMap = new HashMap<String, Integer>(mOptionSources.size()); in makeOptionMap() local418 Integer index = freqMap.get(className); in makeOptionMap()420 freqMap.put(className, index); in makeOptionMap()