Searched refs:oldCount (Results 1 – 2 of 2) sorted by relevance
107 Integer oldCount = result.get(match); in androidChangedComments() local108 if (oldCount == null) { in androidChangedComments()109 oldCount = 0; in androidChangedComments()111 result.put(match, oldCount + 1); in androidChangedComments()
119 int oldCount = errorCount; in run() local132 writeTestResult(errorCount - oldCount); in run()