Searched refs:aidMap (Results 1 – 1 of 1) sorted by relevance
111 public boolean configureRouting(HashMap<String, Boolean> aidMap) { in configureRouting() argument112 SparseArray<Set<String>> aidRoutingTable = new SparseArray<Set<String>>(aidMap.size()); in configureRouting()113 HashMap<String, Integer> routeForAid = new HashMap<String, Integer>(aidMap.size()); in configureRouting()115 for (Map.Entry<String, Boolean> aidEntry : aidMap.entrySet()) { in configureRouting()