Searched refs:freqMap (Results 1 – 2 of 2) sorted by relevance
571 final Map<String, Integer> freqMap = new HashMap<String, Integer>(mOptionSources.size()); in makeOptionMap() local582 Integer index = freqMap.get(className); in makeOptionMap()584 freqMap.put(className, index); in makeOptionMap()589 index = freqMap.get(deviceObject.getClass().getName()); in makeOptionMap()591 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()