Searched refs:oldCount (Results 1 – 2 of 2) sorted by relevance
137 int oldCount = Integer.valueOf(oldDump.get(DUMP_TPL_COUNT)); in testStartVisibilityMonitoring() local148 return count > oldCount && visible; in testStartVisibilityMonitoring()
1635 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount() argument1638 if (newCount <= oldCount) { in verifyCount()1640 + " expected to be larger than older " + oldCount in verifyCount()1644 if (newCount != oldCount) { in verifyCount()1646 + " expected to be same as older " + oldCount in verifyCount()