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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java49 private static final int MSG_REMOVE_NOTIFICATION = 4 << MSG_SHIFT; field in class:CommandQueue
136 mHandler.obtainMessage(MSG_REMOVE_NOTIFICATION, 0, 0, key).sendToTarget();
239 case MSG_REMOVE_NOTIFICATION: {

Completed in 4 milliseconds