Searched refs:showLessImportantNotifications (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Car/Notification/src/com/android/car/notification/ |
D | PreprocessingManager.java | 131 boolean showLessImportantNotifications, in process() argument 137 filter(showLessImportantNotifications, in process() 151 boolean showLessImportantNotifications, in updateNotifications() argument 160 process(showLessImportantNotifications, mOldNotifications, mOldRankingMap); in updateNotifications() 169 mOldProcessedNotifications = process(showLessImportantNotifications, in updateNotifications() 207 boolean showLessImportantNotifications, in filter() argument 211 if (!showLessImportantNotifications) { in filter()
|
D | NotificationViewController.java | 99 private void resetNotifications(boolean showLessImportantNotifications) { in resetNotifications() argument 105 showLessImportantNotifications, in resetNotifications() 123 boolean showLessImportantNotifications, int what, StatusBarNotification sbn) { in updateNotifications() argument 132 showLessImportantNotifications, in updateNotifications()
|