Searched refs:logRecoveredRankings (Results 1 – 4 of 4) sorted by relevance
97 logger.logRecoveredRankings(newlyConsistent, totalInconsistent) in <lambda>()
234 fun logRecoveredRankings(newlyConsistentKeys: List<String>, totalInconsistent: Int) { in logRecoveredRankings() method in com.android.systemui.statusbar.notification.collection.notifcollection.NotifCollectionLogger
94 verify(logger).logRecoveredRankings( in maybeLogInconsistentRankings_logsWhenRankingIsAdded()
1614 verify(mLogger, never()).logRecoveredRankings(any(), anyInt()); in testMissingRanking()1626 verify(mLogger).logRecoveredRankings(eq(List.of(key1)), eq(0)); in testMissingRanking()