Home
last modified time | relevance | path

Searched refs:showLessImportantNotifications (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DNotificationViewController.java100 private void resetNotifications(boolean showLessImportantNotifications) { in resetNotifications() argument
110 showLessImportantNotifications, in resetNotifications()
130 boolean showLessImportantNotifications, int what, AlertEntry alertEntry) { in updateNotifications() argument
139 showLessImportantNotifications, in updateNotifications()
H A DPreprocessingManager.java150 public List<NotificationGroup> process(boolean showLessImportantNotifications, in process() argument
154 filter(showLessImportantNotifications, in process()
168 boolean showLessImportantNotifications, in updateNotifications() argument
178 process(showLessImportantNotifications, mOldNotifications, mOldRankingMap); in updateNotifications()
219 boolean showLessImportantNotifications, in filter() argument
223 if (!showLessImportantNotifications) { in filter()