Searched defs:MSG_SCREEN_BRIGHTNESS_BOOST_TIMEOUT (Results 1 - 1 of 1) sorted by path

/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java100 private static final int MSG_SCREEN_BRIGHTNESS_BOOST_TIMEOUT = 3; field in class:PowerManagerService
1959 mHandler.removeMessages(MSG_SCREEN_BRIGHTNESS_BOOST_TIMEOUT);
1964 Message msg = mHandler.obtainMessage(MSG_SCREEN_BRIGHTNESS_BOOST_TIMEOUT);
2819 case MSG_SCREEN_BRIGHTNESS_BOOST_TIMEOUT:

Completed in 65 milliseconds