Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DEvents.java43 public static final int EVENT_ICON_CLICK = 7; // (stream|int) (icon_state|int) field in Events
133 case EVENT_ICON_CLICK: in writeEvent()
DVolumeDialog.java395 Events.writeEvent(mContext, Events.EVENT_ICON_CLICK, row.stream, row.iconState); in initRow()