Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/
DNotificationViewController.java28 private boolean mShowLessImportantNotifications; field in NotificationViewController
49 mShowLessImportantNotifications = !mShowLessImportantNotifications; in NotificationViewController()
53 mShowLessImportantNotifications ? "ENABLED" : "DISABLED"), in NotificationViewController()
55 resetNotifications(mShowLessImportantNotifications); in NotificationViewController()
60 resetNotifications(mShowLessImportantNotifications); in NotificationViewController()
94 resetNotifications(mShowLessImportantNotifications); in onVisibilityChanged()
166 mShowLessImportantNotifications, in handleMessage()
170 resetNotifications(mShowLessImportantNotifications); in handleMessage()