Home
last modified time | relevance | path

Searched refs:MSG_SUPPRESS_AMBIENT_DISPLAY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java157 private static final int MSG_SUPPRESS_AMBIENT_DISPLAY = 55 << MSG_SHIFT; field in CommandQueue
1290 mHandler.obtainMessage(MSG_SUPPRESS_AMBIENT_DISPLAY, suppress).sendToTarget(); in suppressAmbientDisplay()
1872 case MSG_SUPPRESS_AMBIENT_DISPLAY: in handleMessage()