Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java537 assertThat(notifications.getUnseen()).isTrue(); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_hasUnseen_setCorrectly()
551 assertThat(notifications.getUnseen()).isFalse(); in testToggleAllNotificationsUnseenIndicator_bottomEnabled_noUnseen_setCorrectly()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarButton.java140 public boolean getUnseen() { in getUnseen() method in CarSystemBarButton