Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
H A DVolumeDialogController.java229 void onShowCsdWarning(@AudioManager.CsdWarning int csdWarning, int durationMs); in onShowCsdWarning() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java440 mCallbacks.onShowCsdWarning(csdWarning, durationMs); in onShowCsdWarningW()
1014 public void onShowCsdWarning(int csdWarning, int durationMs) { in onShowCsdWarning() method in VolumeDialogControllerImpl.C
1022 entry.getKey().onShowCsdWarning(csdWarning, durationMs); in onShowCsdWarning()
H A DVolumeDialogImpl.java2362 public void onShowCsdWarning(int csdWarning, int durationMs) {