Searched refs:foundAtDensity (Results 1 – 2 of 2) sorted by relevance
49 List<String> foundAtDensity; field in AssetBucketVerifier.Result53 List<String> foundAtDensity = new ArrayList<>(); in verifyAssetBucket() local67 foundAtDensity.add(DENSITIES_NAME[i]); in verifyAssetBucket()79 result.foundAtDensity = foundAtDensity; in verifyAssetBucket()
86 if (result.foundAtDensity.contains(result.expectedAtDensity)) { in checkAssetDensity()88 } else if (result.foundAtDensity.isEmpty()) { in checkAssetDensity()91 StringBuilder foundAtDensityStr = new StringBuilder(result.foundAtDensity.get(0)); in checkAssetDensity()92 for (int i = 1; i < result.foundAtDensity.size(); i++) { in checkAssetDensity()94 foundAtDensityStr.append(result.foundAtDensity.get(i)); in checkAssetDensity()