Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarView.java49 STATUS_ICON_NOTIFICATIONS,
59 public static final int STATUS_ICON_NOTIFICATIONS = 0; field in DreamOverlayStatusBarView
133 mStatusIcons.put(STATUS_ICON_NOTIFICATIONS, in onFinishInflate()
146 case STATUS_ICON_NOTIFICATIONS -> "notifications"; in getLoggableStatusIconType()
H A DDreamOverlayStatusBarViewController.java140 DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS,
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewControllerTest.java264 eq(DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(true), any()); in testOnViewAttachedShowsNotificationsIconWhenNotificationsExist()
277 eq(DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(false), isNull()); in testOnViewAttachedHidesNotificationsIconWhenNoNotificationsExist()
301 eq(DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(true), any()); in testNotificationsIconNotShownWhenCountProviderAbsent()
411 eq(DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(true), any()); in testNotificationsIconShownWhenNotificationAdded()
424 eq(DreamOverlayStatusBarView.STATUS_ICON_NOTIFICATIONS), eq(false), any()); in testNotificationsIconHiddenWhenLastNotificationRemoved()