Searched refs:countOther (Results 1 – 1 of 1) sorted by relevance
277 long countOther = counter.getCount(CasingType.other); in getSamples() local281 } else if (countLower >= countUpper * MIN_FACTOR && countLower >= countOther) { in getSamples()283 } else if (countUpper >= countLower * MIN_FACTOR && countUpper >= countOther) { in getSamples()