Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java44 private static final int MSG_ICON = 1 << MSG_SHIFT; field in CommandQueue
121 int what = MSG_ICON | index; in setIcon()
129 int what = MSG_ICON | index; in removeIcon()
300 case MSG_ICON: { in handleMessage()