am dc656339: am 991475a2: Merge change I0e419fcf into eclair

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

* commit 'dc6563393789e90d75b44b9ce97c167863bf0771':
  Add isScreenOn() to LocalPowerManager interface so we can call it from PhoneWindowManager
This commit is contained in:
Mike Lockwood
2009-11-13 15:24:52 -08:00
committed by Android Git Automerger

View File

@@ -45,4 +45,6 @@ public interface LocalPowerManager {
// the same as the method on PowerManager
public void userActivity(long time, boolean noChangeLights, int eventType);
boolean isScreenOn();
}