Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt68 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
70 underTest.onNotificationLocationsChanged(callable, ranks) in <lambda>()
104 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
106 underTest.onNotificationLocationsChanged(callable, ranks) in <lambda>()
141 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
143 underTest.onNotificationLocationsChanged(callable, ranks) in <lambda>()
149 underTest.onNotificationLocationsChanged(emptyCallable, ranks) in <lambda>()
178 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
179 underTest.onNotificationLocationsChanged({ locations }, ranks) in <lambda>()
196 val (ranks, locations) = fakeNotificationMaps("key0", "key1", "key2") in <lambda>() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationStatsLoggerBinder.kt63 .collect { (locationsProvider, ranks) -> in <lambda>() method
64 logger.onNotificationLocationsChanged(locationsProvider, ranks) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationsListInteractorTest.kt65 val ranks by collectLastValue(notifsInteractor.activeNotificationRanks) in <lambda>() constant
81 assertThat(ranks) in <lambda>()