Searched refs:STATUS_ICON_PRIORITY_MODE_ON (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarView.java | 55 STATUS_ICON_PRIORITY_MODE_ON, 65 public static final int STATUS_ICON_PRIORITY_MODE_ON = 6; field in DreamOverlayStatusBarView 135 mStatusIcons.put(STATUS_ICON_PRIORITY_MODE_ON, in onFinishInflate() 152 case STATUS_ICON_PRIORITY_MODE_ON -> "priority_mode_on"; in getLoggableStatusIconType()
|
H A D | DreamOverlayStatusBarViewController.java | 335 DreamOverlayStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, in updatePriorityModeStatusIcon()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/ |
H A D | DreamOverlayStatusBarViewControllerTest.java | 310 DreamOverlayStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, true, null); in testOnViewAttachedShowsPriorityModeIconWhenEnabled() 319 DreamOverlayStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, false, null); in testOnViewAttachedHidesPriorityModeIconWhenDisabled() 458 DreamOverlayStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, true, null); in testPriorityModeIconShownWhenZenModeEnabled() 473 DreamOverlayStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, false, null); in testPriorityModeIconHiddenWhenZenModeDisabled()
|