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.java61 private static final int MSG_NOTIFICATION_LIGHT_OFF = 16 << MSG_SHIFT; field in class:CommandQueue
300 mHandler.sendEmptyMessage(MSG_NOTIFICATION_LIGHT_OFF);
460 case MSG_NOTIFICATION_LIGHT_OFF:

Completed in 58 milliseconds