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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java75 private static final int MSG_REMOVE_QS_TILE = 28 << MSG_SHIFT; field in class:CommandQueue
419 mHandler.obtainMessage(MSG_REMOVE_QS_TILE, tile).sendToTarget();
622 case MSG_REMOVE_QS_TILE:

Completed in 45 milliseconds