Searched defs:ranks (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
D | NotificationStatsLoggerTest.kt | 68 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant 104 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant 141 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant 178 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant 196 val (ranks, locations) = fakeNotificationMaps("key0", "key1", "key2") in <lambda>() constant 216 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant 360 val (ranks, locations) = fakeNotificationMaps("key") in <lambda>() constant 387 val (ranks, locations) = fakeNotificationMaps("key") in <lambda>() constant 527 val ranks: Map<String, Int> = keys.mapIndexed { index, key -> key to index }.toMap() in <lambda>() constant
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/ |
D | RenderNotificationsListInteractorTest.kt | 65 val ranks by collectLastValue(notifsInteractor.activeNotificationRanks) in <lambda>() constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/ |
D | NotificationStatsLoggerBinder.kt | 63 .collect { (locationsProvider, ranks) -> in <lambda>() method
|