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