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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java57 private static final int MSG_NOTIFICATION_LIGHT_OFF = 16 << MSG_SHIFT; field in class:CommandQueue
232 mHandler.sendEmptyMessage(MSG_NOTIFICATION_LIGHT_OFF);
322 case MSG_NOTIFICATION_LIGHT_OFF:

Completed in 35 milliseconds