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.java29 private boolean mShowLessImportantNotifications; field in NotificationViewController
49 mShowLessImportantNotifications = !mShowLessImportantNotifications; in NotificationViewController()
53 mShowLessImportantNotifications ? "ENABLED" : "DISABLED"), in NotificationViewController()
55 resetNotifications(mShowLessImportantNotifications); in NotificationViewController()
91 resetNotifications(mShowLessImportantNotifications); in setIsInForeground()
143 mShowLessImportantNotifications, in handleMessage()
147 resetNotifications(mShowLessImportantNotifications); in handleMessage()