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.java51 private static final int MSG_ICON = 1 << MSG_SHIFT; field in CommandQueue
157 mHandler.obtainMessage(MSG_ICON, OP_SET_ICON, 0, in setIcon()
165 mHandler.obtainMessage(MSG_ICON, OP_REMOVE_ICON, 0, slot).sendToTarget(); in removeIcon()
440 case MSG_ICON: { in handleMessage()