Searched refs:oldCount (Results 1 – 1 of 1) sorted by relevance
1192 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount() argument1195 if (newCount <= oldCount) { in verifyCount()1197 + " expected to be larger than older " + oldCount in verifyCount()1201 if (newCount != oldCount) { in verifyCount()1203 + " expected to be same as older " + oldCount in verifyCount()