Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarView.java53 STATUS_ICON_MIC_DISABLED,
63 public static final int STATUS_ICON_MIC_DISABLED = 4; field in AmbientStatusBarView
129 mStatusIcons.put(STATUS_ICON_MIC_DISABLED, in onFinishInflate()
150 case STATUS_ICON_MIC_DISABLED -> "mic_disabled"; in getLoggableStatusIconType()
DAmbientStatusBarViewController.java307 AmbientStatusBarView.STATUS_ICON_MIC_DISABLED, in updateMicCameraBlockedStatusIcon()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarViewControllerTest.java208 AmbientStatusBarView.STATUS_ICON_MIC_DISABLED, true, null); in testOnViewAttachedShowsMicIconWhenDisabled()