Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarView.java49 STATUS_ICON_NOTIFICATIONS,
59 public static final int STATUS_ICON_NOTIFICATIONS = 0; field in AmbientStatusBarView
133 mStatusIcons.put(STATUS_ICON_NOTIFICATIONS, in onFinishInflate()
146 case STATUS_ICON_NOTIFICATIONS -> "notifications"; in getLoggableStatusIconType()
DAmbientStatusBarViewController.java121 AmbientStatusBarView.STATUS_ICON_NOTIFICATIONS,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewControllerTest.java243 eq(AmbientStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(true), any()); in testOnViewAttachedShowsNotificationsIconWhenNotificationsExist()
256 eq(AmbientStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(false), isNull()); in testOnViewAttachedHidesNotificationsIconWhenNoNotificationsExist()
280 eq(AmbientStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(true), any()); in testNotificationsIconNotShownWhenCountProviderAbsent()
328 eq(AmbientStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(true), any()); in testNotificationsIconShownWhenNotificationAdded()
341 eq(AmbientStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(false), any()); in testNotificationsIconHiddenWhenLastNotificationRemoved()