Home
last modified time | relevance | path

Searched refs:onShowCsdWarning (Results 1 – 3 of 3) 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.java444 mCallbacks.onShowCsdWarning(csdWarning, durationMs); in onShowCsdWarningW()
1019 public void onShowCsdWarning(int csdWarning, int durationMs) { in onShowCsdWarning() method in VolumeDialogControllerImpl.C
1027 entry.getKey().onShowCsdWarning(csdWarning, durationMs); in onShowCsdWarning()
DVolumeDialogImpl.java2409 public void onShowCsdWarning(int csdWarning, int durationMs) {