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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java48 private static final int MSG_UPDATE_NOTIFICATION = 3 << MSG_SHIFT; field in class:CommandQueue
130 mHandler.obtainMessage(MSG_UPDATE_NOTIFICATION, 0, 0, ne).sendToTarget();
234 case MSG_UPDATE_NOTIFICATION: {

Completed in 5 milliseconds