Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java57 public static final String VOLUME_SILENT_DO_NOT_DISTURB = "sysui_do_not_disturb"; field in VolumeDialogComponent
121 VOLUME_SILENT_DO_NOT_DISTURB); in VolumeDialogComponent()
137 } else if (VOLUME_SILENT_DO_NOT_DISTURB.equals(key)) { in onTuningChanged()