am dc2a3f60: am b8933665: Merge change I3f0ded49 into eclair

Merge commit 'dc2a3f60f2bed20ceb44d18ae03e75d360de4ca6' into eclair-mr2-plus-aosp

* commit 'dc2a3f60f2bed20ceb44d18ae03e75d360de4ca6':
  Increase light sensor delay from one to two seconds.
This commit is contained in:
Mike Lockwood
2009-11-06 13:35:09 -08:00
committed by Android Git Automerger

View File

@@ -91,7 +91,7 @@ class PowerManagerService extends IPowerManager.Stub
private static final int LONG_DIM_TIME = 7000; // t+N-5 sec
// How long to wait to debounce light sensor changes.
private static final int LIGHT_SENSOR_DELAY = 1000;
private static final int LIGHT_SENSOR_DELAY = 2000;
// For debouncing the proximity sensor.
private static final int PROXIMITY_SENSOR_DELAY = 1000;