Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarView.java53 STATUS_ICON_MIC_DISABLED,
63 public static final int STATUS_ICON_MIC_DISABLED = 4; field in DreamOverlayStatusBarView
129 mStatusIcons.put(STATUS_ICON_MIC_DISABLED, in onFinishInflate()
150 case STATUS_ICON_MIC_DISABLED -> "mic_disabled"; in getLoggableStatusIconType()
H A DDreamOverlayStatusBarViewController.java317 DreamOverlayStatusBarView.STATUS_ICON_MIC_DISABLED, in updateMicCameraBlockedStatusIcon()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarViewControllerTest.java229 DreamOverlayStatusBarView.STATUS_ICON_MIC_DISABLED, true, null); in testOnViewAttachedShowsMicIconWhenDisabled()