Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogComponent.java55 public static final String VOLUME_DOWN_SILENT = "sysui_volume_down_silent"; field in VolumeDialogComponent
120 tunerService.addTunable(this, VOLUME_DOWN_SILENT, VOLUME_UP_SILENT, in VolumeDialogComponent()
131 if (VOLUME_DOWN_SILENT.equals(key)) { in onTuningChanged()