Searched refs:rootsIndex (Results 1 – 1 of 1) sorted by relevance
122 Map<String, List<String>> rootsIndex = indexRecentsRoots(); in loadInBackgroundLocked() local124 for (String authority : rootsIndex.keySet()) { in loadInBackgroundLocked()125 mTasks.put(authority, new RecentsTask(authority, rootsIndex.get(authority))); in loadInBackgroundLocked()217 HashMap<String, List<String>> rootsIndex = new HashMap<>(); in indexRecentsRoots() local223 if (!rootsIndex.containsKey(root.authority)) { in indexRecentsRoots()224 rootsIndex.put(root.authority, new ArrayList<>()); in indexRecentsRoots()226 rootsIndex.get(root.authority).add(root.rootId); in indexRecentsRoots()229 return rootsIndex; in indexRecentsRoots()