Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java76 private static final int MSG_CLICK_QS_TILE = 29 << MSG_SHIFT; field in CommandQueue
426 mHandler.obtainMessage(MSG_CLICK_QS_TILE, tile).sendToTarget(); in clickQsTile()
627 case MSG_CLICK_QS_TILE: in handleMessage()