Home
last modified time | relevance | path

Searched refs:getMaxNotifications (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryFilter.java41 public int getMaxNotifications() { in getMaxNotifications() method in NotificationHistoryFilter
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryFilterTest.java77 assertThat(filter.getMaxNotifications()).isEqualTo(3); in testBuilder()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModelTest.kt669 val maxNotifications by collectLastValue(underTest.getMaxNotifications(calculateSpace)) in <lambda>()
687 collectLastValue(underTest.getMaxNotifications(calculateSpace)) in <lambda>()
697 val maxNotifications by collectLastValue(underTest.getMaxNotifications(calculateSpace)) in <lambda>()
729 val maxNotifications by collectLastValue(underTest.getMaxNotifications(calculateSpace)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewbinder/
DSharedNotificationContainerBinder.kt119 .getMaxNotifications { space, extraShelfSpace -> in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ui/viewmodel/
DSharedNotificationContainerViewModel.kt618 fun getMaxNotifications(calculateSpace: (Float, Boolean) -> Int): Flow<Int> { in <lambda>() method