Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogComponent.java53 public static final String VOLUME_SILENT_DO_NOT_DISTURB = "sysui_do_not_disturb"; field in VolumeDialogComponent
94 VOLUME_SILENT_DO_NOT_DISTURB); in VolumeDialogComponent()
122 } else if (VOLUME_SILENT_DO_NOT_DISTURB.equals(key)) { in onTuningChanged()