Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/plugins/
DFakeVolumeDialogController.kt179 fun onShowCsdWarning(@CsdWarning csdWarning: Int, durationMs: Int) { in <lambda>() method in com.android.systemui.plugins.FakeVolumeDialogController
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/dialog/domain/interactor/
DVolumeDialogCallbacksInteractor.kt110 override fun onShowCsdWarning(csdWarning: Int, durationMs: Int) { in onShowCsdWarning() method in com.android.systemui.volume.dialog.domain.interactor.VolumeDialogCallbacksInteractor.VolumeDialogEventModelProducer
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/
DVolumeDialogController.java230 void onShowCsdWarning(@AudioManager.CsdWarning int csdWarning, int durationMs); in onShowCsdWarning() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java1156 public void onShowCsdWarning(int csdWarning, int durationMs) { in onShowCsdWarning() method in VolumeDialogControllerImpl.C