Searched refs:getMaxNotifications (Results 1 – 5 of 5) sorted by relevance
41 public int getMaxNotifications() { in getMaxNotifications() method in NotificationHistoryFilter
77 assertThat(filter.getMaxNotifications()).isEqualTo(3); in testBuilder()
669 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>()
119 .getMaxNotifications { space, extraShelfSpace -> in <lambda>()
618 fun getMaxNotifications(calculateSpace: (Float, Boolean) -> Int): Flow<Int> { in <lambda>() method