Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java244 VOLUME_DIALOG_ODI_CAPTIONS_CLICKED(1503), enumConstant
376 sUiEventLogger.log(VolumeDialogEvent.VOLUME_DIALOG_ODI_CAPTIONS_CLICKED); in logEvent()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/volume/
DEventsTest.java219 Events.VolumeDialogEvent.VOLUME_DIALOG_ODI_CAPTIONS_CLICKED}, in data()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
DVolumeDialogImplTest.java684 == Events.VolumeDialogEvent.VOLUME_DIALOG_ODI_CAPTIONS_CLICKED.getId()) { in clickCaptionsButton_logsUiEvent()