Home
last modified time | relevance | path

Searched defs:onShowCsdWarning (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java229 void onShowCsdWarning(@AudioManager.CsdWarning int csdWarning, int durationMs); in onShowCsdWarning() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1019 public void onShowCsdWarning(int csdWarning, int durationMs) { in onShowCsdWarning() method in VolumeDialogControllerImpl.C