Searched refs:rootIds (Results 1 – 1 of 1) sorted by relevance
123 Collection<String> rootIds = mPrefs.getStringSet("roots", null); in clearCacheAndBuildRoots() local124 if (rootIds == null) { in clearCacheAndBuildRoots()125 rootIds = Arrays.asList(new String[] { ROOT_0_ID, ROOT_1_ID }); in clearCacheAndBuildRoots()129 for (String rootId : rootIds) { in clearCacheAndBuildRoots()