Searched refs:previousCount (Results 1 – 3 of 3) sorted by relevance
85 int previousCount = packageNameCount.containsKey(packageName) in updateList() local88 packageNameCount.put(packageName, previousCount + 1); in updateList()
156 private fun updateIssueCount(previousCount: Int?, endCount: Int) { in <lambda>()160 val previousText = previousCount?.let(numberFormat::format) in <lambda>()
420 Integer previousCount = deepShortcutMap.get(targetComponent); in updateDeepShortcutCounts() local421 deepShortcutMap.put(targetComponent, previousCount == null ? 1 : previousCount + 1); in updateDeepShortcutCounts()