Searched defs:MSG_ICON (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java51 private static final int MSG_ICON = 1 << MSG_SHIFT; field in class:CommandQueue
163 mHandler.obtainMessage(MSG_ICON, OP_SET_ICON, 0,
171 mHandler.obtainMessage(MSG_ICON, OP_REMOVE_ICON, 0, slot).sendToTarget();
469 case MSG_ICON: {

Completed in 25 milliseconds