Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/notification/
DNotificationPanelViewMediator.java149 mCarSystemBarController.toggleAllNotificationsUnseenIndicator( in setUpOverlayContentViewControllers()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java599 mCarSystemBar.toggleAllNotificationsUnseenIndicator(/* isSetUp= */ true, in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
612 mCarSystemBar.toggleAllNotificationsUnseenIndicator(/* isSetUp= */ true, in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java628 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator() method in CarSystemBarController