Searched refs:ConfigMatch (Results 1 – 1 of 1) sorted by relevance
116 private static class ConfigMatch { class in ConfigurationMatcher122 public ConfigMatch(@NonNull FolderConfiguration testConfig, @NonNull Device device, in ConfigMatch() method in ConfigurationMatcher.ConfigMatch256 List<ConfigMatch> anyMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig()260 List<ConfigMatch> bestMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig()321 anyMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()325 bestMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()350 ConfigMatch match = selectConfigMatch(anyMatches); in findAndSetCompatibleConfig()383 ConfigMatch match = selectConfigMatch(bestMatches); in findAndSetCompatibleConfig()480 private ConfigMatch selectConfigMatch(List<ConfigMatch> matches) { in selectConfigMatch()482 Comparator<ConfigMatch> comparator = null; in selectConfigMatch()[all …]