Home
last modified time | relevance | path

Searched defs:ranks (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/view/
DNotificationStatsLoggerTest.kt66 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
102 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
139 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
176 val (ranks, locations) = fakeNotificationMaps("key0") in <lambda>() constant
211 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
229 val (ranks, locations) = fakeNotificationMaps("key0", "key1", "key2") in <lambda>() constant
249 val (ranks, locations) = fakeNotificationMaps("key0", "key1") in <lambda>() constant
393 val (ranks, locations) = fakeNotificationMaps("key") in <lambda>() constant
420 val (ranks, locations) = fakeNotificationMaps("key") in <lambda>() constant
560 val ranks: Map<String, Int> = keys.mapIndexed { index, key -> key to index }.toMap() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/communal/widgets/
DIGlanceableHubWidgetManagerService.aidl32 oneway void updateWidgetOrder(in int[] appWidgetIds, in int[] ranks); in updateWidgetOrder()
35 oneway void resizeWidget(int appWidgetId, int spanY, in int[] appWidgetIds, in int[] ranks); in resizeWidget()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DNotificationStatsLoggerBinder.kt63 .collect { (locationsProvider, ranks) -> in <lambda>() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/
DRenderNotificationsListInteractorTest.kt66 val ranks by collectLastValue(outputInteractor.activeNotificationRanks) in <lambda>() constant