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.java122 mCarSystemBarController.toggleAllNotificationsUnseenIndicator( in setupOverlayContentViewControllers()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java534 mCarSystemBar.toggleAllNotificationsUnseenIndicator(/* isSetUp= */ true, in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
548 mCarSystemBar.toggleAllNotificationsUnseenIndicator(/* isSetUp= */ true, in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java346 public void toggleAllNotificationsUnseenIndicator(boolean isSetUp, boolean hasUnseen) { in toggleAllNotificationsUnseenIndicator() method in CarSystemBarController