Searched refs:MSG_DISABLE (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_DISABLE = 5 << MSG_SHIFT; field in class:CommandQueue
142 mHandler.removeMessages(MSG_DISABLE);
143 mHandler.obtainMessage(MSG_DISABLE, state, 0, null).sendToTarget();
243 case MSG_DISABLE:

Completed in 26 milliseconds