Searched refs:candidateConfig (Results 1 – 1 of 1) sorted by relevance
36 ResTable_config candidateConfig = candidate.getConfig(); in pick() local37 if (candidateConfig.match(toMatch)) { in pick()38 … if (bestMatchSoFar == null || candidateConfig.isBetterThan(bestMatchSoFar.getConfig(), toMatch)) { in pick()