Home
last modified time | relevance | path

Searched refs:totalInconsistent (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionInconsistencyTracker.kt96 val totalInconsistent: Int = newEntriesWithoutRankings.size in <lambda>() constant
97 logger.logRecoveredRankings(newlyConsistent, totalInconsistent) in <lambda>()
104 val totalInconsistent: Int = newEntriesWithoutRankings.size in <lambda>() constant
105 logger.logMissingRankings(newlyInconsistent, totalInconsistent, rankingMap) in <lambda>()
DNotifCollectionLogger.kt217 totalInconsistent: Int, in logMissingRankings()
221 int1 = totalInconsistent in logMissingRankings()
234 fun logRecoveredRankings(newlyConsistentKeys: List<String>, totalInconsistent: Int) { in logRecoveredRankings()
236 int1 = totalInconsistent in logRecoveredRankings()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/notifcollection/
DNotifCollectionInconsistencyTrackerTest.kt71 totalInconsistent = eq(1), in maybeLogInconsistentRankings_logsNewlyInconsistentRanking()
96 totalInconsistent = eq(0), in maybeLogInconsistentRankings_logsWhenRankingIsAdded()