Searched defs:newCount (Results 1 – 5 of 5) sorted by relevance
99 public void resetLatch(int latchIndex, int newCount) { in resetLatch()
101 public Integer newCount; field in CallLogTest.LogEntry
308 int newCount = mCapCounts.get(mask, 0) + 1; in updateCapCounts() local
307 int newCount = mCapCounts.get(mask, 0) + 1; in updateCapCounts() local
1635 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount()