Searched refs:maxNotifications (Results 1 – 6 of 6) sorted by relevance
81 val maxNotifications = regex89 assertThat(maxNotifications).isEqualTo(0)97 val maxNotifications = regex116 val maxNotifications = regex119 assertThat(maxNotifications).isEqualTo(1)133 val maxNotifications = regex141 assertThat(maxNotifications).isEqualTo(1)158 val maxNotifications = regex166 assertThat(maxNotifications).isEqualTo(2)186 val maxNotifications = regex[all …]
192 var maxNotifications: Int195 maxNotifications = maxNotifWithoutSavingSpace197 "\tDo NOT save space. maxNotifications=maxNotifWithoutSavingSpace=$maxNotifications"202 maxNotifications =210 log { "\t--- maxNotifications=$maxNotifications" }224 maxNotifications = min(maxKeyguardNotifications, maxNotifications)228 maxNotifications = max(0, maxNotifications)237 return maxNotifications
121 void setMaxDisplayedNotifications(int maxNotifications); in setMaxDisplayedNotifications() argument
1389 public void setMaxDisplayedNotifications(int maxNotifications) { in setMaxDisplayedNotifications() argument1390 mNotificationListContainer.setMaxDisplayedNotifications(maxNotifications); in setMaxDisplayedNotifications()1779 public void setMaxDisplayedNotifications(int maxNotifications) {1780 mView.setMaxDisplayedNotifications(maxNotifications);
191 int maxNotifications) { in readNotificationHistory() argument201 .setMaxNotifications(maxNotifications) in readNotificationHistory()203 if (maxNotifications == notifications.getHistoryCount()) { in readNotificationHistory()
276 @UserIdInt int userId, String packageName, String channelId, int maxNotifications) { in readFilteredNotificationHistory() argument285 return userHistory.readNotificationHistory(packageName, channelId, maxNotifications); in readFilteredNotificationHistory()