Searched refs:newCount (Results 1 – 6 of 6) sorted by relevance
99 public void resetLatch(int latchIndex, int newCount) { in resetLatch() argument101 sLatches[latchIndex] = new CountDownLatch(newCount); in resetLatch()
101 public Integer newCount; field in CallLogTest.LogEntry126 newCount = Integer.valueOf(value); in setValue()
1635 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount() argument1638 if (newCount <= oldCount) { in verifyCount()1639 fail(label + " count newer " + newCount in verifyCount()1644 if (newCount != oldCount) { in verifyCount()1645 fail(label + " count newer " + newCount in verifyCount()
308 int newCount = mCapCounts.get(mask, 0) + 1; in updateCapCounts() local309 mCapCounts.put(mask, newCount); in updateCapCounts()310 if (newCount < mRunningMinCount) { in updateCapCounts()311 mRunningMinCount = newCount; in updateCapCounts()
307 int newCount = mCapCounts.get(mask, 0) + 1; in updateCapCounts() local308 mCapCounts.put(mask, newCount); in updateCapCounts()309 if (newCount < mRunningMinCount) { in updateCapCounts()310 mRunningMinCount = newCount; in updateCapCounts()
2578 int newCount = mCountCallbacksRemaining.get();2579 if (newCount == currentCount) {2583 currentCount = newCount;