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