Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DEvents.java47 public static final int EVENT_ICON_CLICK = 7; // (stream|int) (icon_state|int) field in Events
403 case EVENT_ICON_CLICK: in logEvent()
H A DVolumeDialogImpl.java870 Events.writeEvent(Events.EVENT_ICON_CLICK, row.stream, row.iconState); in initRow()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/volume/
H A DEventsTest.java136 {Events.EVENT_ICON_CLICK, in data()