Searched refs:anyMatches (Results 1 – 1 of 1) sorted by relevance
256 List<ConfigMatch> anyMatches = new ArrayList<ConfigMatch>(); in findAndSetCompatibleConfig() local321 anyMatches.add(new ConfigMatch(testConfig, device, state, bundle)); in findAndSetCompatibleConfig()348 } else if (anyMatches.size() > 0) { in findAndSetCompatibleConfig()350 ConfigMatch match = selectConfigMatch(anyMatches); in findAndSetCompatibleConfig()