Searched refs:STATUS_ICON_PRIORITY_MODE_ON (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/ |
D | AmbientStatusBarView.java | 55 STATUS_ICON_PRIORITY_MODE_ON, 65 public static final int STATUS_ICON_PRIORITY_MODE_ON = 6; field in AmbientStatusBarView 135 mStatusIcons.put(STATUS_ICON_PRIORITY_MODE_ON, in onFinishInflate() 152 case STATUS_ICON_PRIORITY_MODE_ON -> "priority_mode_on"; in getLoggableStatusIconType()
|
D | AmbientStatusBarViewController.java | 325 AmbientStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, in updatePriorityModeStatusIcon()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/ |
D | AmbientStatusBarViewControllerTest.java | 289 AmbientStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, true, null); in testOnViewAttachedShowsPriorityModeIconWhenEnabled() 298 AmbientStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, false, null); in testOnViewAttachedHidesPriorityModeIconWhenDisabled() 375 AmbientStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, true, null); in testPriorityModeIconShownWhenZenModeEnabled() 390 AmbientStatusBarView.STATUS_ICON_PRIORITY_MODE_ON, false, null); in testPriorityModeIconHiddenWhenZenModeDisabled()
|