Searched refs:MSG_CLICK_QS_TILE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java76 private static final int MSG_CLICK_QS_TILE = 29 << MSG_SHIFT; field in class:CommandQueue
413 mHandler.obtainMessage(MSG_CLICK_QS_TILE, tile).sendToTarget();
593 case MSG_CLICK_QS_TILE:

Completed in 39 milliseconds